We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e2b42 commit ffba47bCopy full SHA for ffba47b
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.7.0"
+const VersionCore = "0.6.1"
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