good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3ccab5a1 authored by Vincent G's avatar Vincent G
Browse files

string version for build server

parent dcb23bc3
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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