From cd27cade6c1a0f3a88f77cf32e9cb032967f8f0a Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 12 Jul 2024 17:37:37 +0200 Subject: [PATCH] version: bump version to v0.4.0-alpha.rc4 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 2603898da..940f29bce 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 = "rc3" + AppPreRelease = "rc4" // GitTagIncludeStatus indicates whether the status should be included // in the git tag name.