From f4fa341e023e2bca14e11ece5724c4e12bd7ca14 Mon Sep 17 00:00:00 2001 From: ziggie Date: Mon, 29 Jun 2026 07:51:35 -0300 Subject: [PATCH] build: bump version to 0.20.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 23245596a..86c73c942 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 = 01 + AppPatch uint = 02 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {