We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1c89d commit ac18cbaCopy full SHA for ac18cba
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-dev:
+1.14.0:
2
- add "chain verify signedcontributionandproof"
3
- show both block and body root in "block info"
4
- add exit / withdrawable epoch to "validator info"
cmd/version.go
@@ -24,7 +24,7 @@ import (
24
25
// ReleaseVersion is the release version of the codebase.
26
// Usually overridden by tag names when building binaries.
27
-var ReleaseVersion = "local build (latest release 1.13.0)"
+var ReleaseVersion = "local build (latest release 1.14.0)"
28
29
// versionCmd represents the version command
30
var versionCmd = &cobra.Command{
0 commit comments