Skip to content

Commit 288b39a

Browse files
committed
version v0.12.0
1 parent 640c314 commit 288b39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/kind/version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ func DisplayVersion() string {
5050
}
5151

5252
// VersionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
53-
const VersionCore = "0.13.0"
53+
const VersionCore = "0.12.0"
5454

5555
// VersionPreRelease is the pre-release portion of the kind CLI version per
5656
// Semantic Versioning 2.0.0
57-
const VersionPreRelease = "alpha"
57+
const VersionPreRelease = ""
5858

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

0 commit comments

Comments
 (0)