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.
2 parents 6eea372 + 15acfa7 commit 0e3197fCopy full SHA for 0e3197f
node/node.go
@@ -71,7 +71,7 @@ var (
71
genesisHashKey = []byte("genesisID")
72
73
// Version is the version of this code
74
- Version = version.NewDefaultVersion(constants.PlatformName, 1, 3, 0)
+ Version = version.NewDefaultVersion(constants.PlatformName, 1, 3, 1)
75
versionParser = version.NewDefaultParser()
76
beaconConnectionTimeout = 1 * time.Minute
77
)
0 commit comments