Skip to content

Commit 27c9c45

Browse files
bumped version to 1.2.1
1 parent 53f36a1 commit 27c9c45

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, 0)
70+
Version = version.NewDefaultVersion(constants.PlatformName, 1, 2, 1)
7171
versionParser = version.NewDefaultParser()
7272
beaconConnectionTimeout = 1 * time.Minute
7373
)

0 commit comments

Comments
 (0)