From ae1c701c562fd8414e2e25db567f47dc51ccd51d Mon Sep 17 00:00:00 2001 From: ziggie Date: Fri, 7 Aug 2026 09:43:02 -0300 Subject: [PATCH] build: bump version to v0.20.3-beta.rc1 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 0d7b69633..14d1a16bc 100644 --- a/build/version.go +++ b/build/version.go @@ -47,11 +47,11 @@ const ( AppMinor uint = 20 // AppPatch defines the application patch for this binary. - AppPatch uint = 02 + AppPatch uint = 03 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {