From 0296c52b38a6bb5ccdcbcf4e57f0ba79415e6ff2 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Mon, 13 May 2024 18:51:45 -0700 Subject: [PATCH] version v0.23.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 a7297ed3fa..85f49fac2c 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -58,7 +58,7 @@ const versionCore = "0.23.0" // versionPreRelease is the base pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 -var versionPreRelease = "alpha" +var versionPreRelease = "" // gitCommitCount count the commits since the last release. // It is injected at build time.