We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de4d84 commit 3a39fcaCopy full SHA for 3a39fca
cmd/version.go
@@ -32,7 +32,7 @@ var versionCmd = &cobra.Command{
32
Short: "Displays the current version",
33
Long: `Displays the current version of the application`,
34
Run: func(cmd *cobra.Command, args []string) {
35
- fmt.Println("Version: 0.1.0-pre-release")
+ fmt.Println("Version: 0.2.0-pre-release")
36
},
37
}
38
0 commit comments