version v0.29.0-alpha

This commit is contained in:
Sean McGinnis
2025-05-16 17:35:39 -05:00
parent 3ab456276b
commit 65d429831a

View File

@@ -58,11 +58,11 @@ func DisplayVersion() string {
}
// versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
const versionCore = "0.28.0"
const versionCore = "0.29.0"
// versionPreRelease is the base pre-release portion of the kind CLI version per
// Semantic Versioning 2.0.0
var versionPreRelease = ""
var versionPreRelease = "alpha"
// gitCommitCount count the commits since the last release.
// It is injected at build time.