Skip to content

Commit 3d554df

Browse files
committed
[release-v1.7] release: Bump for 1.7.0.
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.7.0+release.local" indicating it was a local build as opposed to a reproducible release build.
1 parent 75e9428 commit 3d554df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var (
5656
// the package will panic at runtime. Of particular note is the pre-release
5757
// and build metadata portions MUST only contain characters from
5858
// semanticAlphabet.
59-
Version = "1.7.0-pre"
59+
Version = "1.7.0+release.local"
6060

6161
// NOTE: The following values are set via init by parsing the above Version
6262
// string.

0 commit comments

Comments
 (0)