diff --git a/pkg/cmd/kind/version/version.go b/pkg/cmd/kind/version/version.go index 3f4dcbf1d1..e9fcb1200e 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -54,11 +54,11 @@ func DisplayVersion() string { } // versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0 -const versionCore = "0.25.0" +const versionCore = "0.26.0" // versionPreRelease is the base pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 -var versionPreRelease = "" +var versionPreRelease = "alpha" // gitCommitCount count the commits since the last release. // It is injected at build time.