version v0.28.0-alpha

This commit is contained in:
Benjamin Elder
2025-02-14 16:45:04 -08:00
parent 6cb934219a
commit 74998a68f2

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.27.0"
const versionCore = "0.28.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.