Skip to content

Commit

Permalink
Version bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Nov 15, 2017
1 parent c29999d commit ac79d4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gbt.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ type Cars interface {
GetWrap() bool
}

const version = "1.1.1"

func printCars(cars []Cars, right bool) {
prevBg := "\000"
prevDisplay := true
Expand Down Expand Up @@ -130,7 +132,7 @@ func main() {
os.Exit(0)
}
if argsVersion {
fmt.Println("GBT v1.1.0")
fmt.Printf("GBT v%s\n", version)
os.Exit(0)
}

Expand Down

0 comments on commit ac79d4b

Please sign in to comment.