We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0989e1 commit ad53cfeCopy full SHA for ad53cfe
internal/cmd/cmd.go
@@ -62,7 +62,7 @@ var versionCmd = &cobra.Command{
62
if version == "" {
63
// When no version is set, return the next bug fix version
64
// after the most recent tag
65
- fmt.Printf("%s\n", "v1.10.0")
+ fmt.Printf("%s\n", "v1.11.0")
66
} else {
67
fmt.Printf("%s\n", version)
68
}
0 commit comments