aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-22 20:26:18 +0800
committerobscuren <geffobscura@gmail.com>2015-02-22 20:26:18 +0800
commit8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a (patch)
tree041b8f74bdcd290268a6b800e5fced2c20c98d88 /cmd/ethereum
parent5912f0a849f64f8a4d7b681df8d101f3f4080e17 (diff)
parent321dce1f47135f673730cb86fdf1faf03dc6cbd4 (diff)
downloaddexon-8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a.tar
dexon-8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a.tar.gz
dexon-8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a.tar.bz2
dexon-8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a.tar.lz
dexon-8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a.tar.xz
dexon-8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a.tar.zst
dexon-8cc6647ebfd3e76a7d75e1d6961a8451fa5d702a.zip
Merge branch 'release/0.8.5'
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 53a558a99..9c840de58 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -37,7 +37,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.8.4"
+ Version = "0.8.5"
)
var clilogger = logger.NewLogger("CLI")