Skip to content

Commit 02956a7

Browse files
committed
chore: Bump version
1 parent cccf9e6 commit 02956a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
func main() {
1010
var showVersion bool
1111

12-
version := "2.0.0"
12+
version := "2.1.0"
1313
flag.BoolVar(&showVersion, "version", false, "Print version information.")
1414
flag.BoolVar(&showVersion, "v", false, "Print version information.")
1515
flag.Parse()

0 commit comments

Comments
 (0)