Skip to content

Commit 6ad8e7a

Browse files
committed
Update version.
1 parent 1cffa70 commit 6ad8e7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.35.0:
2+
- support Deneb
3+
- add start and end dates for eth1votes period
4+
15
1.34.1:
26
- fix period parsing for "synccommittee members" command
37

cmd/version.go

Lines changed: 1 addition & 1 deletion
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.34.1)"
27+
var ReleaseVersion = "local build (latest release 1.35.0)"
2828

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

0 commit comments

Comments
 (0)