We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1388af commit 1170b6bCopy full SHA for 1170b6b
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.9.0"
+const VersionCore = "0.8.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