We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c589c9 commit f85eecfCopy full SHA for f85eecf
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.3.1-devel")
+ fmt.Printf("%s\n", "v1.4.0")
50
} else {
51
fmt.Printf("%s\n", version)
52
}
0 commit comments