File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -388,8 +388,8 @@ var (
388388 EuclidTime : newUint64 (1744815600 ),
389389 EuclidV2Time : newUint64 (1745305200 ),
390390 FeynmanTime : newUint64 (1755576000 ),
391- GalileoTime : nil ,
392- GalileoV2Time : nil ,
391+ GalileoTime : newUint64 ( 1765868400 ) ,
392+ GalileoV2Time : newUint64 ( 1766041200 ) ,
393393 Clique : & CliqueConfig {
394394 Period : 3 ,
395395 Epoch : 30000 ,
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
2323
2424const (
2525 VersionMajor = 5 // Major version component of the current release
26- VersionMinor = 9 // Minor version component of the current release
27- VersionPatch = 19 // Patch version component of the current release
26+ VersionMinor = 10 // Minor version component of the current release
27+ VersionPatch = 0 // Patch version component of the current release
2828 VersionMeta = "mainnet" // Version metadata to append to the version string
2929)
3030
You can’t perform that action at this time.
0 commit comments