From d9a1862ce84600b199ef2f5ce9ea98b73952ab2a Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Fri, 24 May 2024 22:23:43 +0000 Subject: [PATCH] [release-v2.0] Update version for v2.0.1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 826c32d..785f361 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.0+release.local" + Version = "2.0.1+release.local" // NOTE: The following values are set via init by parsing the above Version // string.