Skip to content

Commit

Permalink
Merge pull request #702 from ava-labs/v1.1.2-bump
Browse files Browse the repository at this point in the history
bumped node version to 1.1.2
  • Loading branch information
StephenButtolph authored Jan 9, 2021
2 parents 497e325 + 72fe95c commit 1e7b7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var (
genesisHashKey = []byte("genesisID")

// Version is the version of this code
Version = version.NewDefaultVersion(constants.PlatformName, 1, 1, 1)
Version = version.NewDefaultVersion(constants.PlatformName, 1, 1, 2)
versionParser = version.NewDefaultParser()
beaconConnectionTimeout = 1 * time.Minute
)
Expand Down

0 comments on commit 1e7b7ae

Please sign in to comment.