Skip to content

Commit

Permalink
version v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Dec 4, 2019
1 parent 81e2b42 commit ffba47b
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.7.0"
const VersionCore = "0.6.1"

// 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 ffba47b

Please sign in to comment.