From 3d8c38ba43ab8cb2c931207f21a864615d6ba862 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 11 Nov 2024 15:45:14 -0600 Subject: [PATCH] [release-v2.0] release: Bump for 2.0.5. --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 62786dc..c909e2c 100644 --- a/version.go +++ b/version.go @@ -53,7 +53,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.0.4+release.local" + Version = "2.0.5+release.local" // NOTE: The following values are set via init by parsing the above Version // string.