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 cd8ce28 commit 085ba36Copy full SHA for 085ba36
cmd/kind/version/version.go
@@ -22,7 +22,7 @@ import (
22
)
23
24
// Version is the kind CLI version
25
-const Version = "0.0.1-alpha"
+const Version = "0.0.1"
26
27
// NewCommand returns a new cobra.Command for version
28
func NewCommand() *cobra.Command {
0 commit comments