version v0.26.0

This commit is contained in:
Benjamin Elder
2024-12-16 13:54:05 -08:00
parent efc4f2c91c
commit c5f516c8b2

View File

@@ -58,7 +58,7 @@ 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 = "alpha"
var versionPreRelease = ""
// gitCommitCount count the commits since the last release.
// It is injected at build time.