From 5e26b56067b50e08493bc338280e7cf7e0691738 Mon Sep 17 00:00:00 2001 From: ziggie Date: Tue, 7 Jul 2026 07:08:59 -0300 Subject: [PATCH] build: bump version to v0.20.2 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 86c73c942..0d7b69633 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" ) func init() {