File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ var (
125
125
utils .VMEnableDebugFlag ,
126
126
utils .NetworkIdFlag ,
127
127
utils .ConstantinopleOverrideFlag ,
128
+ utils .RPCCORSDomainFlag ,
129
+ utils .RPCVirtualHostsFlag ,
128
130
utils .EthStatsURLFlag ,
129
131
utils .MetricsEnabledFlag ,
130
132
utils .FakePoWFlag ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
const (
24
24
VersionMajor = 1 // Major version component of the current release
25
25
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
27
27
VersionMeta = "stable" // Version metadata to append to the version string
28
28
)
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
const (
24
24
VersionMajor = 0 // Major version component of the current release
25
25
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
27
27
VersionMeta = "stable" // Version metadata to append to the version string
28
28
)
29
29
You can’t perform that action at this time.
0 commit comments