From a96e8d7d3877ba5882376e67dd35e70b88412a0a Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 27 Jan 2025 17:21:28 -0800 Subject: [PATCH] build: bump version to v0.5.1-rc2 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index fff702355..f22c9c2d7 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 = "rc1" + AppPreRelease = "rc2" // GitTagIncludeStatus indicates whether the status should be included // in the git tag name.