version v0.26.0-alpha

This commit is contained in:
Benjamin Elder
2024-11-08 12:26:32 -08:00
parent 51c0bf796f
commit 885e251a8d

View File

@@ -54,11 +54,11 @@ func DisplayVersion() string {
}
// versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
const versionCore = "0.25.0"
const versionCore = "0.26.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.