From 850f1edc5f41c4d293dda3d9533501d33ea0bb6a Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 5 May 2025 12:58:35 -0700 Subject: [PATCH] build: bump to version v0.19 rc4 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 3e18f42f9..2405bd6e1 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.rc3" + AppPreRelease = "beta.rc4" ) func init() {