aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-07 17:18:34 +0800
committerobscuren <geffobscura@gmail.com>2014-10-07 17:18:34 +0800
commit4ed94d3d512da28407118723e05e29f4058497e0 (patch)
treed9931e2555679a8e5c05b42b879fa43aa1dd6050 /ethereum
parente100aa3c6c6a9e4da858812b7ed8392ec2e3954a (diff)
downloaddexon-4ed94d3d512da28407118723e05e29f4058497e0.tar.gz
dexon-4ed94d3d512da28407118723e05e29f4058497e0.tar.zst
dexon-4ed94d3d512da28407118723e05e29f4058497e0.zip
removed old windows & added websockets to mist
Diffstat (limited to 'ethereum')
-rw-r--r--ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/main.go b/ethereum/main.go
index 0f0df20bb..3729b840b 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.6.7"
+ Version = "0.6.8"
)
var logger = ethlog.NewLogger("CLI")