Skip to content

Commit ac7f5b7

Browse files
bumped node version
1 parent bc2841f commit ac7f5b7

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
@@ -67,7 +67,7 @@ var (
6767
genesisHashKey = []byte("genesisID")
6868

6969
// Version is the version of this code
70-
Version = version.NewDefaultVersion(constants.PlatformName, 1, 2, 2)
70+
Version = version.NewDefaultVersion(constants.PlatformName, 1, 2, 3)
7171
versionParser = version.NewDefaultParser()
7272
beaconConnectionTimeout = 1 * time.Minute
7373
)

0 commit comments

Comments
 (0)