We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3012247 commit 1b0f4e2Copy full SHA for 1b0f4e2
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-1.25.1:
+1.25.2:
2
- no longer require connection parameter
3
- support "block analyze" on bellatrix (thanks @tcrossland)
4
- check deposit message root match for verifying deposits (thanks @aaron-alderman)
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.25.1)"
+var ReleaseVersion = "local build (latest release 1.25.2)"
28
29
// versionCmd represents the version command
30
var versionCmd = &cobra.Command{
0 commit comments