Skip to content

Commit ac18cba

Browse files
committed
Bump version.
1 parent 2f1c89d commit ac18cba

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-
dev:
1+
1.14.0:
22
- add "chain verify signedcontributionandproof"
33
- show both block and body root in "block info"
44
- add exit / withdrawable epoch to "validator info"

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

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

0 commit comments

Comments
 (0)