We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f0924 commit 0b93728Copy full SHA for 0b93728
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
// Version
10
// Printed on subcommand `version` or flag `--version`
11
-const Version = "v0.0.18"
+const Version = "v0.1.0"
12
13
func init() {
14
root.AddCommand(versionCmd)
0 commit comments