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 9e4a0e7 commit 1066e05Copy full SHA for 1066e05
internal/cmd/cmd.go
@@ -46,7 +46,7 @@ var versionCmd = &cobra.Command{
46
if version == "" {
47
// When no version is set, return the next bug fix version
48
// after the most recent tag
49
- fmt.Printf("%s\n", "v1.1.1-devel")
+ fmt.Printf("%s\n", "v1.2.0")
50
} else {
51
fmt.Printf("%s\n", version)
52
}
0 commit comments