10BC0
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 200b3aa commit f88da3bCopy full SHA for f88da3b
pkg/cmd/kind/version/version.go
@@ -58,11 +58,11 @@ func DisplayVersion() string {
58
}
59
60
// versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
61
-const versionCore = "0.29.0"
+const versionCore = "0.30.0"
62
63
// versionPreRelease is the base pre-release portion of the kind CLI version per
64
// Semantic Versioning 2.0.0
65
-var versionPreRelease = ""
+var versionPreRelease = "alpha"
66
67
// gitCommitCount count the commits since the last release.
68
// It is injected at build time.
0 commit comments