Skip to content

Commit 18e202d

Browse files
authored
bump version to 301 (#14506)
1 parent 19f4b78 commit 18e202d

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
@@ -36,7 +36,7 @@ var (
3636
const (
3737
VersionMajor = 3 // Major version component of the current release
3838
VersionMinor = 0 // Minor version component of the current release
39-
VersionMicro = 0 // Patch version component of the current release
39+
VersionMicro = 1 // Patch version component of the current release
4040
VersionModifier = "" // Modifier component of the current release
4141
VersionKeyCreated = "ErigonVersionCreated"
4242
VersionKeyFinished = "ErigonVersionFinished"

0 commit comments

Comments
 (0)