good morning!!!!

Skip to content
Snippets Groups Projects
Commit 28feafe7 authored by Felix Lange's avatar Felix Lange
Browse files

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

cmd/geth: remove spaces in client identifier
parents 05c66529 31a27936
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ import ( ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment