Skip to content

Commit ac79d4b

Browse files
committed
Version bump to v1.1.1
1 parent c29999d commit ac79d4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gbt.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ type Cars interface {
3434
GetWrap() bool
3535
}
3636

37+
const version = "1.1.1"
38+
3739
func printCars(cars []Cars, right bool) {
3840
prevBg := "\000"
3941
prevDisplay := true
@@ -130,7 +132,7 @@ func main() {
130132
os.Exit(0)
131133
}
132134
if argsVersion {
133-
fmt.Println("GBT v1.1.0")
135+
fmt.Printf("GBT v%s\n", version)
134136
os.Exit(0)
135137
}
136138

0 commit comments

Comments
 (0)