Skip to content

Commit b76cdb0

Browse files
committed
Update version.
1 parent ce5b250 commit b76cdb0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.9.1
2+
- Avoid crash when required interfaces for chain status command are not supported
3+
- Avoid crash with latest version of herumi/go-bls
4+
5+
16
1.9.0
27
- allow use of Ethereum 1 address as withdrawal credentials
38

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.9.0)"
27+
var ReleaseVersion = "local build (latest release 1.9.1)"
2828

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

0 commit comments

Comments
 (0)