mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
Merge pull request #1646 from fjl/fix-client-identifier
cmd/geth: remove spaces in client identifier
This commit is contained in:
commit
28feafe7af
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
ClientIdentifier = "Geth "
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "1.0.1"
|
||||
VersionMajor = 1
|
||||
VersionMinor = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue