Bump version.

This commit is contained in:
Jim McDonald
2022-08-18 14:42:57 +01:00
parent 301224748c
commit 1b0f4e2803
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
1.25.1:
1.25.2:
- no longer require connection parameter
- support "block analyze" on bellatrix (thanks @tcrossland)
- check deposit message root match for verifying deposits (thanks @aaron-alderman)

View File

@@ -24,7 +24,7 @@ import (
// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.25.1)"
var ReleaseVersion = "local build (latest release 1.25.2)"
// versionCmd represents the version command
var versionCmd = &cobra.Command{