From eed8a9ee5c1780907a69f97fc35ce468c7a4adae Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 28 Nov 2025 13:10:51 -0600 Subject: [PATCH] [release-v2.1] release: Bump for 2.1.1. --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 42c0a70..2db0588 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+release.local" + Version = "2.1.1+release.local" // NOTE: The following values are set via init by parsing the above Version // string.