Skip to content

Commit

Permalink
Version bump to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Dec 20, 2017
1 parent 4d570e4 commit 92387be
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.4"
const version = "1.1.5"

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

0 comments on commit 92387be

Please sign in to comment.