Skip to content

Commit 6bfd567

Browse files
committed
Bump version.
1 parent dbe0a9d commit 6bfd567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
development:
1+
1.15.0:
22
- add --period to "synccommittee members", can be "current", "next"
33
- add "validator expectation"
44

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

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

0 commit comments

Comments
 (0)