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