Skip to content

Commit

Permalink
Update OPVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Aug 8, 2024
1 parent 0241b22 commit 4b03965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const (
// OPVersion is the version of op-erigon
const (
OPVersionMajor = 0 // Major version component of the current release
OPVersionMinor = 6 // Minor version component of the current release
OPVersionMicro = 7 // Patch version component of the current release
OPVersionMinor = 7 // Minor version component of the current release
OPVersionMicro = 0 // Patch version component of the current release
OPVersionModifier = "unstable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 4b03965

Please sign in to comment.