Skip to content

Commit e6d3c67

Browse files
committed
Bump version.
1 parent 6d0a022 commit e6d3c67

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.18.2:
2+
- tidy up output of "block info"
3+
14
1.18.1:
25
- do not show execution payload if empty
36

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

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

0 commit comments

Comments
 (0)