We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f216c9 commit 5da4bfaCopy full SHA for 5da4bfa
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.4")
+ fmt.Println("v1.0.5")
16
},
17
}
18
0 commit comments