Skip to content

Commit

Permalink
Release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Nov 24, 2022
1 parent ad3d860 commit d274ab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
dev:
1.26.0
- add commands and documentation to set user validator credentials (not usable until capella)

1.25.3
- add more information to "epoch summary"
- add "validator summary"

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.3)"
var ReleaseVersion = "local build (latest release 1.26.0)"

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

0 comments on commit d274ab3

Please sign in to comment.