Skip to content

Commit bf189df

Browse files
increased node version
1 parent c602c53 commit bf189df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var (
7171
genesisHashKey = []byte("genesisID")
7272

7373
// Version is the version of this code
74-
Version = version.NewDefaultVersion(constants.PlatformName, 1, 3, 0)
74+
Version = version.NewDefaultVersion(constants.PlatformName, 1, 3, 1)
7575
versionParser = version.NewDefaultParser()
7676
beaconConnectionTimeout = 1 * time.Minute
7777
)

0 commit comments

Comments
 (0)