mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
geth 1.8.19-evmc.6.0.0-0
This commit is contained in:
parent
4983d55fbb
commit
e352bb025e
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ var Version = func() string {
|
||||||
// VersionWithMeta holds the textual version string including the metadata.
|
// VersionWithMeta holds the textual version string including the metadata.
|
||||||
var VersionWithMeta = func() string {
|
var VersionWithMeta = func() string {
|
||||||
v := Version
|
v := Version
|
||||||
|
v += "-evmc.6.0.0-0"
|
||||||
if VersionMeta != "" {
|
if VersionMeta != "" {
|
||||||
v += "-" + VersionMeta
|
v += "-" + VersionMeta
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue