Skip to content

Commit

Permalink
[release-v1.8] release: Bump for 1.8.0.
Browse files Browse the repository at this point in the history
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 "1.8.0+release.local" indicating it was a local
build as opposed to a reproducible release build.
  • Loading branch information
davecgh committed Jun 9, 2023
1 parent 43294a7 commit 84df486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -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.
Expand Down

0 comments on commit 84df486

Please sign in to comment.