From 775a6dd8f827944fffdf6e40e2a4e61db5372742 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 4 Jul 2025 09:08:11 +0200 Subject: [PATCH] build: bump version to v0.19.2-beta.rc1 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index d7d07b749..a9e9affab 100644 --- a/build/version.go +++ b/build/version.go @@ -47,11 +47,11 @@ const ( AppMinor uint = 19 // AppPatch defines the application patch for this binary. - AppPatch uint = 1 + AppPatch uint = 2 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {