Skip to content

Commit

Permalink
Version bump to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Nov 24, 2017
1 parent 26e11fc commit eb4f65c
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.2"
const version = "1.1.3"

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

0 comments on commit eb4f65c

Please sign in to comment.