From 7a5ce5b16f36ffd8bbb05961f580aae91c58ef95 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 19 May 2022 12:55:58 -0700 Subject: [PATCH] version v0.14.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 7a9482d1da..d83c20ea6f 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -54,7 +54,7 @@ const VersionCore = "0.14.0" // VersionPreRelease is the pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 -const VersionPreRelease = "alpha" +const VersionPreRelease = "" // GitCommit is the commit used to build the kind binary, if available. // It is injected at build time.