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 3d23cd9 commit c1f847bCopy full SHA for c1f847b
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.5.1-devel")
+ fmt.Printf("%s\n", "v1.6.0")
50
} else {
51
fmt.Printf("%s\n", version)
52
}
0 commit comments