Skip to content

Commit d24e5d4

Browse files
authored
Bump version to 2.60.6 (#11607)
1 parent 60971ea commit d24e5d4

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 = 5 // Patch version component of the current release
36+
VersionMicro = 6 // 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)