Skip to content

Commit

Permalink
version v0.23.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Feb 14, 2024
1 parent 2b248e7 commit 9ca71dd
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.22.0"
const versionCore = "0.23.0"

// versionPreRelease is the base pre-release portion of the kind CLI version per
// Semantic Versioning 2.0.0
const versionPreRelease = ""
const versionPreRelease = "alpha"

// gitCommitCount count the commits since the last release.
// It is injected at build time.
Expand Down

0 comments on commit 9ca71dd

Please sign in to comment.