From 7cc52b804a0b8a652c1569ed9937833918a52bef Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 6 Apr 2023 19:35:38 -0500 Subject: [PATCH] [release-v1.7] release: Bump for 1.7.6. --- 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 59b1ded763..5a70b6493b 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 = "1.7.5+release.local" + Version = "1.7.6+release.local" // NOTE: The following values are set via init by parsing the above Version // string.