Skip to content

Commit 4b03965

Browse files
committed
Update OPVersion
1 parent 0241b22 commit 4b03965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const (
4343
// OPVersion is the version of op-erigon
4444
const (
4545
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
46+
OPVersionMinor = 7 // Minor version component of the current release
47+
OPVersionMicro = 0 // Patch version component of the current release
4848
OPVersionModifier = "unstable" // Version metadata to append to the version string
4949
)
5050

0 commit comments

Comments
 (0)