Skip to content

Commit 0e3197f

Browse files
Merge pull request #388 from ava-labs/version-bump-1.3.1
increased node version
2 parents 6eea372 + 15acfa7 commit 0e3197f

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)