From c113aa4a14103f9e176b5ffb913f303bcfa7dc2f Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 15 Aug 2025 08:48:18 +0200 Subject: [PATCH] build: bump version to v0.19.3-beta.rc2 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 0a57a4443..07a52f408 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() {