From bde27d0059f8f1b3754e22b340ab237624df2d3a Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Wed, 26 Nov 2025 07:44:51 -0800 Subject: [PATCH] version: bump version to v0.31.7-beta bump version to 0.31.7 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 1be28bcf..b3f009aa 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 = 31 - appPatch uint = 5 + appPatch uint = 7 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.