We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffee27 commit 7dc2180Copy full SHA for 7dc2180
cmd/version.go
@@ -12,7 +12,7 @@ func VersionCmd() *cobra.Command {
12
Short: "print the version",
13
Long: `Print the version.`,
14
Run: func(cmd *cobra.Command, args []string) {
15
- fmt.Println("v1.0.5")
+ fmt.Println("v1.0.7")
16
},
17
}
18
0 commit comments