From 039a14a5126a365506a39d27c670feead10baf10 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 19 Jun 2024 16:24:35 -0500 Subject: [PATCH] [release-v2.0] release: Bump for 2.0.3. --- 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 9a02ef9fd..8992996dd 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.2+release.local" + Version = "2.0.3+release.local" // NOTE: The following values are set via init by parsing the above Version // string.