Skip to content

Commit

Permalink
version v0.26.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Nov 8, 2024
1 parent 51c0bf7 commit 885e251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/kind/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 885e251

Please sign in to comment.