From 8a2a185403ce2e94c62a0d93d4a6b9422aac088b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 16 May 2024 14:38:02 -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. --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 9b27ff735..169fac7bf 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -56,7 +56,7 @@ var ( // the package 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.