Skip to content

Commit 6cb9342

Browse files
committed
version v0.27.0
1 parent 1bb527b commit 6cb9342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/kind/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const versionCore = "0.27.0"
6262

6363
// versionPreRelease is the base pre-release portion of the kind CLI version per
6464
// Semantic Versioning 2.0.0
65-
var versionPreRelease = "alpha"
65+
var versionPreRelease = ""
6666

6767
// gitCommitCount count the commits since the last release.
6868
// It is injected at build time.

0 commit comments

Comments
 (0)