Skip to content

Commit 93016a9

Browse files
authored
Update version.go (#11928)
1 parent a50da8e commit 93016a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
const (
3434
VersionMajor = 2 // Major version component of the current release
3535
VersionMinor = 60 // Minor version component of the current release
36-
VersionMicro = 6 // Patch version component of the current release
36+
VersionMicro = 7 // Patch version component of the current release
3737
VersionModifier = "" // Modifier component of the current release
3838
VersionKeyCreated = "ErigonVersionCreated"
3939
VersionKeyFinished = "ErigonVersionFinished"

0 commit comments

Comments
 (0)