From cb08b5d1214ca18a2736bfac4fe7ce0405d4e878 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Mon, 12 Aug 2024 08:38:18 +0100 Subject: [PATCH] Release version 2.0.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 70dad11c..f2b5dabe 100644 --- a/version.go +++ b/version.go @@ -40,7 +40,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-pre" + version = "2.0.0" // NOTE: The following values are set via init by parsing the above version // string.