Skip to content

Commit 1b0f4e2

Browse files
committed
Bump version.
1 parent 3012247 commit 1b0f4e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

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

Diff for: cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
// ReleaseVersion is the release version of the codebase.
2626
// Usually overridden by tag names when building binaries.
27-
var ReleaseVersion = "local build (latest release 1.25.1)"
27+
var ReleaseVersion = "local build (latest release 1.25.2)"
2828

2929
// versionCmd represents the version command
3030
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)