File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ var (
275275 BerlinBlock : big .NewInt (0 ),
276276 LondonBlock : big .NewInt (0 ),
277277 ArrowGlacierBlock : nil ,
278- ArchimedesBlock : big .NewInt (2444711 ),
278+ ArchimedesBlock : big .NewInt (2646311 ),
279279 ShanghaiBlock : nil ,
280280 Clique : & CliqueConfig {
281281 Period : 3 ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424const (
2525 VersionMajor = 3 // Major version component of the current release
2626 VersionMinor = 3 // Minor version component of the current release
27- VersionPatch = 0 // Patch version component of the current release
27+ VersionPatch = 1 // Patch version component of the current release
2828 VersionMeta = "alpha" // Version metadata to append to the version string
2929)
3030
You can’t perform that action at this time.
0 commit comments