From 02c6ba46e4b6a78c07cc2c2bdbef2f9bbe0df42e Mon Sep 17 00:00:00 2001 From: ziggie Date: Wed, 12 Aug 2026 12:18:53 -0300 Subject: [PATCH] build: bump version to v0.20.3 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 14d1a16bc..1d581e7e6 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() {