We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0a022 commit e6d3c67Copy full SHA for e6d3c67
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+1.18.2:
2
+ - tidy up output of "block info"
3
+
4
1.18.1:
5
- do not show execution payload if empty
6
cmd/version.go
@@ -24,7 +24,7 @@ import (
24
25
// ReleaseVersion is the release version of the codebase.
26
// Usually overridden by tag names when building binaries.
27
-var ReleaseVersion = "local build (latest release 1.18.1)"
+var ReleaseVersion = "local build (latest release 1.18.2)"
28
29
// versionCmd represents the version command
30
var versionCmd = &cobra.Command{
0 commit comments