We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924359c commit 838f946Copy full SHA for 838f946
cmd/kind/version/version.go
@@ -24,7 +24,7 @@ import (
24
)
25
26
// Version is the kind CLI version
27
-const Version = "0.3.0-alpha"
+const Version = "v0.3.0"
28
29
// NewCommand returns a new cobra.Command for version
30
func NewCommand() *cobra.Command {
0 commit comments