Skip to content

Commit 58de55b

Browse files
committed
Bump version.
1 parent 22dad26 commit 58de55b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dev:
1+
1.15.1:
22
- provide sync committee slots in "chain status"
33
- clarify that --connection should be a URL
44

cmd/version.go

+1-1
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.15.0)"
27+
var ReleaseVersion = "local build (latest release 1.15.1)"
2828

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

0 commit comments

Comments
 (0)