We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e977836 commit 9a4d162Copy full SHA for 9a4d162
cmd/version.go
@@ -11,7 +11,7 @@ var versionCmd = &cobra.Command{
11
Short: "Print the version number of rkd",
12
Long: `All software has versions. This is rkd's`,
13
Run: func(cmd *cobra.Command, args []string) {
14
- fmt.Println("0.0.2")
+ fmt.Println("0.1.0")
15
},
16
}
17
0 commit comments