From ab910bf44cb667536f89d33b29f9ca9c09a79622 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 19 Dec 2024 13:44:03 +0100 Subject: [PATCH] version: bump version to v0.5.0-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 5df29bb36..164c6d023 100644 --- a/version.go +++ b/version.go @@ -52,7 +52,7 @@ const ( // AppPreRelease defines the pre-release version of this binary. // It MUST only contain characters from the semantic versioning spec. - AppPreRelease = "rc2" + AppPreRelease = "" // GitTagIncludeStatus indicates whether the status should be included // in the git tag name.