Skip to content

Commit

Permalink
Version bump to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Nov 28, 2017
1 parent d4d31bd commit 5b0a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbt.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Cars interface {
GetWrap() bool
}

const version = "1.1.3"
const version = "1.1.4"

func printCars(cars []Cars, right bool) {
prevBg := "\000"
Expand Down

0 comments on commit 5b0a1a3

Please sign in to comment.