Commit 28feafe7 authored by Felix Lange's avatar Felix Lange

Merge pull request #1646 from fjl/fix-client-identifier

cmd/geth: remove spaces in client identifier
parents 05c66529 31a27936
......@@ -51,7 +51,7 @@ import (
)
const (
ClientIdentifier = "Geth "
ClientIdentifier = "Geth"
Version = "1.0.1"
VersionMajor = 1
VersionMinor = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment