From 6b7ad412111fd8e321ef77280f997c8374b16e2f Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 20 Oct 2025 15:35:59 +0100 Subject: [PATCH] build: bump version to v0.20.0 rc2 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 0eab1d3b4..fe684a897 100644 --- a/build/version.go +++ b/build/version.go @@ -51,7 +51,7 @@ const ( // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta.rc1" + AppPreRelease = "beta.rc2" ) func init() {