We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccf9e6 commit 02956a7Copy full SHA for 02956a7
main.go
@@ -9,7 +9,7 @@ import (
9
func main() {
10
var showVersion bool
11
12
- version := "2.0.0"
+ version := "2.1.0"
13
flag.BoolVar(&showVersion, "version", false, "Print version information.")
14
flag.BoolVar(&showVersion, "v", false, "Print version information.")
15
flag.Parse()
0 commit comments