8000 version v0.27.0-alpha · kubernetes-sigs/kind@06aadeb · GitHub
[go: up one dir, main page]

Skip to content

Commit 06aadeb

Browse files
committed
version v0.27.0-alpha
1 parent c5f516c commit 06aadeb

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
@@ -54,11 +54,11 @@ func DisplayVersion() string {
5454
}
5555

5656
// versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
57-
const versionCore = "0.26.0"
57+
const versionCore = "0.27.0"
5858

5959
// versionPreRelease is the base pre-release portion of the kind CLI version per
6060
// Semantic Versioning 2.0.0
61-
var versionPreRelease = ""
61+
var versionPreRelease = "alpha"
6262

6363
// gitCommitCount count the commits since the last release.
6464
// It is injected at build time.

0 commit comments

Comments
 (0)
0