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