cmd/geth: remove spaces in client identifier

pull/1646/head
Felix Lange 9 years ago
parent 05c66529b2
commit 31a2793662
  1. 2
      cmd/geth/main.go

@ -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…
Cancel
Save