Bump version.

This commit is contained in:
Jim McDonald
2023-12-25 09:08:12 +00:00
parent cd1bf4dcfc
commit 58c3a7e279
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
dev:
1.34.1:
- fix period parsing for "synccommittee members" command
1.34.0:

View File

@@ -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.34.0)"
var ReleaseVersion = "local build (latest release 1.34.1)"
// versionCmd represents the version command.
var versionCmd = &cobra.Command{