Skip to content

Commit 28b9041

Browse files
committed
Bump version.
1 parent 879a20a commit 28b9041

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
dev:
1+
1.18.0:
22
- add "-ssz" option to "block info"
33
- add "block analyze" command
4+
- support bellatrix
45

56
1.17.0:
67
- add sync committee information to "chain time"

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

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

0 commit comments

Comments
 (0)