bump patch version

This commit is contained in:
StephenButtolph 2020-06-02 19:00:42 -04:00
parent b8bd018938
commit 465dd81379
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const (
var (
genesisHashKey = []byte("genesisID")
nodeVersion = version.NewDefaultVersion("avalanche", 0, 5, 0)
nodeVersion = version.NewDefaultVersion("avalanche", 0, 5, 1)
versionParser = version.NewDefaultParser()
)