Bump version

This commit is contained in:
Jim McDonald
2020-11-19 10:33:56 +00:00
parent b30db1b6c7
commit 947dbdaef6
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
1.7.1:
- fix "store not set" issue
1.7.0:
- "validator depositdata" now defaults to mainnet, does not silently fetch fork version from chain
- update deposit data output to version 3, to allow for better deposit checking

View File

@@ -24,7 +24,7 @@ import (
// ReleaseVersion is the release version of the codebase.
// Usually overrideen by tag names when building binaries.
var ReleaseVersion = "local build from v1.7.0"
var ReleaseVersion = "local build from v1.7.1"
// versionCmd represents the version command
var versionCmd = &cobra.Command{