Skip to content

Commit

Permalink
chore: manually bump version constant (#338)
Browse files Browse the repository at this point in the history
Bumps the v7 branch's Version constant to match the latest v7.5.0 release.
  • Loading branch information
cwaldren-ld authored Mar 7, 2024
1 parent eb8f97f commit fc7dc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

// Version is the package version
const Version = "7.4.4" // {{ x-release-please-version }}
const Version = "7.5.0" // {{ x-release-please-version }}

0 comments on commit fc7dc2d

Please sign in to comment.