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 ce1e40e commit 5ddbe61Copy full SHA for 5ddbe61
internal/cmd/cmd.go
@@ -50,7 +50,7 @@ var versionCmd = &cobra.Command{
50
if version == "" {
51
// When no version is set, return the next bug fix version
52
// after the most recent tag
53
- fmt.Printf("%s\n", "v1.8.1-devel")
+ fmt.Printf("%s\n", "v1.9.0-beta1")
54
} else {
55
fmt.Printf("%s\n", version)
56
}
0 commit comments