From 3ab456276bf7c626cbe64431c2a7068f646b1d03 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 16 May 2025 17:35:29 -0500 Subject: [PATCH] version v0.28.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 cb95a11b..9f11f4b6 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -62,7 +62,7 @@ const versionCore = "0.28.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.