version v0.31.0-alpha

This commit is contained in:
Benjamin Elder
2025-08-27 10:42:32 -07:00
parent 9a205e8c85
commit 4fcdc4994f

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 // versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
const versionCore = "0.30.0" const versionCore = "0.31.0"
// versionPreRelease is the base pre-release portion of the kind CLI version per // versionPreRelease is the base pre-release portion of the kind CLI version per
// Semantic Versioning 2.0.0 // Semantic Versioning 2.0.0
var versionPreRelease = "" var versionPreRelease = "alpha"
// gitCommitCount count the commits since the last release. // gitCommitCount count the commits since the last release.
// It is injected at build time. // It is injected at build time.