version v0.17.0

This commit is contained in:
Benjamin Elder
2022-10-26 08:41:56 -07:00
parent 15455817ef
commit b5bed7e9f1

View File

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