From d80e35c2df77c12c18bd9ae428a27a217e46d0a9 Mon Sep 17 00:00:00 2001 From: ziggie Date: Mon, 22 Jun 2026 21:40:34 -0300 Subject: [PATCH] build: bump version to v0.21.1-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 7c0dd4dc28a..1064b0b347c 100644 --- a/build/version.go +++ b/build/version.go @@ -47,7 +47,7 @@ const ( AppMinor uint = 21 // AppPatch defines the application patch for this binary. - AppPatch uint = 00 + AppPatch uint = 01 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.