Skip to content

Commit

Permalink
version v0.12.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
amwat committed May 18, 2021
1 parent b6762da commit 448589b
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 @@ -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.11.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 = ""
const VersionPreRelease = "alpha"

// GitCommit is the commit used to build the kind binary, if available.
// It is injected at build time.
Expand Down

0 comments on commit 448589b

Please sign in to comment.