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 3ab4562 commit 65d4298Copy full SHA for 65d4298
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.28.0"
+const versionCore = "0.29.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