10BC0 version v0.30.0-alpha · kubernetes-sigs/kind@f88da3b · GitHub
[go: up one dir, main page]

Skip to content

Commit f88da3b

Browse files
committed
version v0.30.0-alpha
1 parent 200b3aa commit f88da3b

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.29.0"
61+
const versionCore = "0.30.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)
0