Commit 85447ec 1 parent d0ff839 commit 85447ec Copy full SHA for 85447ec
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ var (
317
317
ArrowGlacierBlock : nil ,
318
318
ArchimedesBlock : big .NewInt (0 ),
319
319
ShanghaiBlock : big .NewInt (0 ),
320
- BernoulliBlock : nil ,
320
+ BernoulliBlock : big . NewInt ( 3747132 ) ,
321
321
CurieBlock : nil ,
322
322
Clique : & CliqueConfig {
323
323
Period : 3 ,
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
23
23
24
24
const (
25
25
VersionMajor = 5 // Major version component of the current release
26
- VersionMinor = 1 // Minor version component of the current release
27
- VersionPatch = 34 // Patch version component of the current release
26
+ VersionMinor = 2 // Minor version component of the current release
27
+ VersionPatch = 0 // Patch version component of the current release
28
28
VersionMeta = "mainnet" // Version metadata to append to the version string
29
29
)
30
30
You can’t perform that action at this time.
0 commit comments