We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640c314 commit 288b39aCopy full SHA for 288b39a
pkg/cmd/kind/version/version.go
@@ -50,11 +50,11 @@ func DisplayVersion() string {
50
}
51
52
// VersionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
53
-const VersionCore = "0.13.0"
+const VersionCore = "0.12.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