Skip to content

Commit

Permalink
version v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Mar 7, 2022
1 parent 640c314 commit 288b39a
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.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.
Expand Down

0 comments on commit 288b39a

Please sign in to comment.