diff --git a/pkg/cmd/kind/version/version.go b/pkg/cmd/kind/version/version.go index 2e8a40fcff..82290e5c05 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -50,11 +50,11 @@ func DisplayVersion() string { } // VersionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0 -const VersionCore = "0.13.0" +const VersionCore = "0.12.0" // VersionPreRelease is the pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 -const VersionPreRelease = "alpha" +const VersionPreRelease = "" // GitCommit is the commit used to build the kind binary, if available. // It is injected at build time.