diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-05-03 20:05:30 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-05-03 20:05:30 +0800 |
commit | 4b9de756236b58fab1df2e467fd4f6d85ea9aebb (patch) | |
tree | 859ee2aa7da193aee1f1569471055ed8999c6135 | |
parent | d52a693f802ce4445cc02a879646ca5466fb2a06 (diff) | |
parent | 2d7d7ef2fe08db84b0cd44ad2ec820cc965d4cad (diff) | |
download | go-tangerine-1.4.1.tar.gz go-tangerine-1.4.1.tar.zst go-tangerine-1.4.1.zip |
Merge branch 'develop' into release/1.4v1.4.1
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 47b5f6817..975644d61 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -507,7 +507,7 @@ func gpubench(ctx *cli.Context) { func version(c *cli.Context) { fmt.Println(clientIdentifier) - fmt.Println("Version:", version) + fmt.Println("Version:", verString) fmt.Println("Protocol Versions:", eth.ProtocolVersions) fmt.Println("Network Id:", c.GlobalInt(utils.NetworkIdFlag.Name)) fmt.Println("Go Version:", runtime.Version()) |