aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2016-05-03 20:05:30 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2016-05-03 20:05:30 +0800
commit4b9de756236b58fab1df2e467fd4f6d85ea9aebb (patch)
tree859ee2aa7da193aee1f1569471055ed8999c6135
parentd52a693f802ce4445cc02a879646ca5466fb2a06 (diff)
parent2d7d7ef2fe08db84b0cd44ad2ec820cc965d4cad (diff)
downloadgo-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.go2
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())