From 0e273f5a0bd92b20da2b6b3b75c9385aaa83a8fe Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 22 Sep 2022 12:31:38 -0700 Subject: [PATCH] version v0.16.0 --- pkg/cmd/kind/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/kind/version/version.go b/pkg/cmd/kind/version/version.go index ca82a558ec..c1a230a7db 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -58,7 +58,7 @@ const versionCore = "0.16.0" // versionPreRelease is the base pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 -const versionPreRelease = "alpha" +const versionPreRelease = "" // gitCommitCount count the commits since the last release. // It is injected at build time.