From 2417fe0f80ae54d853d138434bbe1f103fe04511 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 11 Nov 2024 15:29:48 -0600 Subject: [PATCH] [release-v2.0] release: Bump for 2.0.5. --- 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 4f95e5857..5a246263c 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.4+release.local" + Version = "2.0.5+release.local" // NOTE: The following values are set via init by parsing the above Version // string.