mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 20:46:40 +00:00
cmd/geth: remove spaces in client identifier
This commit is contained in:
parent
05c66529b2
commit
31a2793662
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Geth "
|
ClientIdentifier = "Geth"
|
||||||
Version = "1.0.1"
|
Version = "1.0.1"
|
||||||
VersionMajor = 1
|
VersionMajor = 1
|
||||||
VersionMinor = 0
|
VersionMinor = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue