Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Mar 14, 2021
1 parent ddb8661 commit c7ad519
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.9.0
- allow use of Ethereum 1 address as withdrawal credentials

1.8.1
- fix issue where 'attester duties' and 'attester inclusion' could crash

Expand Down
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
)

// ReleaseVersion is the release version of the codebase.
// Usually overrideen by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.8.1)"
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.9.0)"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit c7ad519

Please sign in to comment.