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 (
const (
ClientIdentifier = "Geth "
Version = "1.0.1"
VersionMajor = 1
VersionMinor = 0
VersionPatch = 1
)
var (
Version = fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch)
gitCommit string // set via linker flagg
nodeNameVersion string
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