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