From 9e052357ddf93fd626998d19a16a3bd2c4af92d1 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 15 Jul 2025 18:50:25 +0200 Subject: [PATCH] build: bump version to v0.19.2-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index ee94c1f3a..53dfc4380 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.rc2" + AppPreRelease = "beta" ) func init() {