We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f36a1 commit 27c9c45Copy full SHA for 27c9c45
node/node.go
@@ -67,7 +67,7 @@ var (
67
genesisHashKey = []byte("genesisID")
68
69
// Version is the version of this code
70
- Version = version.NewDefaultVersion(constants.PlatformName, 1, 2, 0)
+ Version = version.NewDefaultVersion(constants.PlatformName, 1, 2, 1)
71
versionParser = version.NewDefaultParser()
72
beaconConnectionTimeout = 1 * time.Minute
73
)
0 commit comments