Skip to content

Commit 14ae124

Browse files
authored
Merge pull request #19416 from jmcnevin/cli-fix
Revert flag removal
2 parents 4e13a09 + dc59af8 commit 14ae124

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cmd/geth/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ var (
125125
utils.VMEnableDebugFlag,
126126
utils.NetworkIdFlag,
127127
utils.ConstantinopleOverrideFlag,
128+
utils.RPCCORSDomainFlag,
129+
utils.RPCVirtualHostsFlag,
128130
utils.EthStatsURLFlag,
129131
utils.MetricsEnabledFlag,
130132
utils.FakePoWFlag,

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 8 // Minor version component of the current release
26-
VersionPatch = 24 // Patch version component of the current release
26+
VersionPatch = 25 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

swarm/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 0 // Major version component of the current release
2525
VersionMinor = 3 // Minor version component of the current release
26-
VersionPatch = 12 // Patch version component of the current release
26+
VersionPatch = 13 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)