diff --git a/internal/version/version.go b/internal/version/version.go index fab4599dad..fcb584ab92 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.8.0-pre" + Version = "1.8.0+release.local" // NOTE: The following values are set via init by parsing the above Version // string.