From 25f1ee348a9832640d6e44e786d55a7aa13fd0db Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 9 Jul 2024 22:01:33 -0700 Subject: [PATCH] build: bump version to v0.4.0-alpha.rc3 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 48f200d50..2603898da 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 = "rc3" // GitTagIncludeStatus indicates whether the status should be included // in the git tag name.