Commit 31212838 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #1620 from caktux/develop

string version for build server
parents dcb23bc3 3ccab5a1
...@@ -52,13 +52,13 @@ import ( ...@@ -52,13 +52,13 @@ import (
const ( const (
ClientIdentifier = "Geth " ClientIdentifier = "Geth "
Version = "1.0.1"
VersionMajor = 1 VersionMajor = 1
VersionMinor = 0 VersionMinor = 0
VersionPatch = 1 VersionPatch = 1
) )
var ( var (
Version = fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch)
gitCommit string // set via linker flagg gitCommit string // set via linker flagg
nodeNameVersion string nodeNameVersion string
app *cli.App app *cli.App
......
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