Skip to content

Commit

Permalink
pkg/buildinfo: Update for release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Aug 13, 2024
1 parent 0bca193 commit b22e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/buildinfo/buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (Type) IsStructMap() {}
// Value contains all the build information.
var Value = Type{
// On a release branch, change to addVariant(VersionBase, BuildVariant).
Version: addVariant(devVersion(VersionBase, VCSOverride), BuildVariant),
Version: addVariant(VersionBase, BuildVariant),
GoVersion: runtime.Version(),
}

Expand Down

0 comments on commit b22e1b9

Please sign in to comment.