We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e04f32 commit b8759a0Copy full SHA for b8759a0
internal/cmd/cmd.go
@@ -49,7 +49,7 @@ var versionCmd = &cobra.Command{
49
if version == "" {
50
// When no version is set, return the next bug fix version
51
// after the most recent tag
52
- fmt.Printf("%s\n", "v1.6.1-devel")
+ fmt.Printf("%s\n", "v1.7.0")
53
} else {
54
fmt.Printf("%s\n", version)
55
}
0 commit comments