We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cffa70 commit 6ad8e7aCopy full SHA for 6ad8e7a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.35.0:
2
+ - support Deneb
3
+ - add start and end dates for eth1votes period
4
+
5
1.34.1:
6
- fix period parsing for "synccommittee members" command
7
cmd/version.go
@@ -24,7 +24,7 @@ import (
24
25
// ReleaseVersion is the release version of the codebase.
26
// Usually overridden by tag names when building binaries.
27
-var ReleaseVersion = "local build (latest release 1.34.1)"
+var ReleaseVersion = "local build (latest release 1.35.0)"
28
29
// versionCmd represents the version command.
30
var versionCmd = &cobra.Command{
0 commit comments