Skip to content

Commit 52408df

Browse files
committed
version v0.11.0
1 parent 36f229f commit 52408df

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
@@ -54,7 +54,7 @@ const VersionCore = "0.11.0"
5454

5555
// VersionPreRelease is the pre-release portion of the kind CLI version per
5656
// Semantic Versioning 2.0.0
57-
const VersionPreRelease = "alpha"
57+
const VersionPreRelease = ""
5858

5959
// GitCommit is the commit used to build the kind binary, if available.
6060
// It is injected at build time.

0 commit comments

Comments
 (0)