From 19cf3b3ad869bb57b44575d11f77c1ddd953f5c0 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Mon, 2 Mar 2026 12:54:28 -0800 Subject: [PATCH] version: bump version to v0.32.1-beta --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 5fc61b27..33ad12e9 100644 --- a/version.go +++ b/version.go @@ -38,7 +38,7 @@ const ( // Note: please update release_notes.md when you change these values. appMajor uint = 0 appMinor uint = 32 - appPatch uint = 0 + appPatch uint = 1 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.