From 3443a0c2113a5f52df0ffea87a82819250f90a4a Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 16 May 2024 15:26:15 -0500 Subject: [PATCH] [release-v2.0] release: Bump for 2.0.0. This clears the PreRelease and sets the BuildMetadata to release.local on the release branch so that anyone building the release branch will end up with version "2.0.0+release.local" indicating it was a local build as opposed to a reproducible release build. --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index c54918e..826c32d 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-pre" + Version = "2.0.0+release.local" // NOTE: The following values are set via init by parsing the above Version // string.