version v0.27.0

This commit is contained in:
Benjamin Elder
2025-02-14 16:44:56 -08:00
parent 1bb527b8a7
commit 6cb934219a

View File

@@ -62,7 +62,7 @@ const versionCore = "0.27.0"
// versionPreRelease is the base pre-release portion of the kind CLI version per
// Semantic Versioning 2.0.0
var versionPreRelease = "alpha"
var versionPreRelease = ""
// gitCommitCount count the commits since the last release.
// It is injected at build time.