We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0241b22 commit 4b03965Copy full SHA for 4b03965
params/version.go
@@ -43,8 +43,8 @@ const (
43
// OPVersion is the version of op-erigon
44
const (
45
OPVersionMajor = 0 // Major version component of the current release
46
- OPVersionMinor = 6 // Minor version component of the current release
47
- 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
48
OPVersionModifier = "unstable" // Version metadata to append to the version string
49
)
50
0 commit comments