We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b975bbb commit 7a5ce5bCopy full SHA for 7a5ce5b
pkg/cmd/kind/version/version.go
@@ -54,7 +54,7 @@ const VersionCore = "0.14.0"
54
55
// VersionPreRelease is the pre-release portion of the kind CLI version per
56
// Semantic Versioning 2.0.0
57
-const VersionPreRelease = "alpha"
+const VersionPreRelease = ""
58
59
// GitCommit is the commit used to build the kind binary, if available.
60
// It is injected at build time.
0 commit comments