version v0.19.0-alpha

This commit is contained in:
Benjamin Elder
2023-03-30 12:28:41 -07:00
parent 4e693a7955
commit dc73f72c1c

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