From 45e2263e4f9689c29c9892a3a432a3bf46bc6bc1 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 24 Nov 2025 23:44:22 -0600 Subject: [PATCH] release: Bump for 2.2 release cycle. --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 0efe6be..4d7454f 100644 --- a/version.go +++ b/version.go @@ -54,7 +54,7 @@ var ( // the app will panic at runtime. Of particular note is the pre-release // and build metadata portions MUST only contain characters from // semanticAlphabet. - Version = "2.1.0-pre" + Version = "2.2.0-pre" // NOTE: The following values are set via init by parsing the above Version // string.