aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-27 03:26:49 +0800
committerobscuren <geffobscura@gmail.com>2015-02-27 03:26:49 +0800
commit0fd6a22a867ab89cd23e9692e6f3544ce3383dca (patch)
tree0c635cb4987c727d4861956666ede1628e4fa09e /cmd/ethereum
parentfa7deb10f636d89f668249b78792f8cc48146ee8 (diff)
parent3ab05ddd25aa805510ac304c1fd8f7c5c620dff4 (diff)
downloaddexon-0fd6a22a867ab89cd23e9692e6f3544ce3383dca.tar
dexon-0fd6a22a867ab89cd23e9692e6f3544ce3383dca.tar.gz
dexon-0fd6a22a867ab89cd23e9692e6f3544ce3383dca.tar.bz2
dexon-0fd6a22a867ab89cd23e9692e6f3544ce3383dca.tar.lz
dexon-0fd6a22a867ab89cd23e9692e6f3544ce3383dca.tar.xz
dexon-0fd6a22a867ab89cd23e9692e6f3544ce3383dca.tar.zst
dexon-0fd6a22a867ab89cd23e9692e6f3544ce3383dca.zip
Merge branch 'hotfix/0.8.5-2'
Diffstat (limited to 'cmd/ethereum')
-rw-r--r--cmd/ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 9c840de58..45e6f7b93 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -37,7 +37,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.8.5"
+ Version = "0.8.6"
)
var clilogger = logger.NewLogger("CLI")