Skip to content

Commit 65d4298

Browse files
committed
version v0.29.0-alpha
1 parent 3ab4562 commit 65d4298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/kind/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ func DisplayVersion() string {
5858
}
5959

6060
// versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
61-
const versionCore = "0.28.0"
61+
const versionCore = "0.29.0"
6262

6363
// versionPreRelease is the base pre-release portion of the kind CLI version per
6464
// Semantic Versioning 2.0.0
65-
var versionPreRelease = ""
65+
var versionPreRelease = "alpha"
6666

6767
// gitCommitCount count the commits since the last release.
6868
// It is injected at build time.

0 commit comments

Comments
 (0)