Skip to content

Commit 0296c52

Browse files
committed
version v0.23.0
1 parent 4a36b22 commit 0296c52

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
@@ -58,7 +58,7 @@ const versionCore = "0.23.0"
5858

5959
// versionPreRelease is the base pre-release portion of the kind CLI version per
6060
// Semantic Versioning 2.0.0
61-
var versionPreRelease = "alpha"
61+
var versionPreRelease = ""
6262

6363
// gitCommitCount count the commits since the last release.
6464
// It is injected at build time.

0 commit comments

Comments
 (0)