aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-08 18:24:42 +0800
committerobscuren <geffobscura@gmail.com>2014-10-08 18:24:42 +0800
commit83a4b8b49bc28dad0539d040dceca48b7b75baf2 (patch)
tree70dafb834a1b8d5018e3ddc664581ac3adb31124 /ethereum/main.go
parentb93d6ca5d274810fba61ce313c780ffdc4997472 (diff)
downloaddexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar
dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar.gz
dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar.bz2
dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar.lz
dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar.xz
dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar.zst
dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.zip
Version bump
Diffstat (limited to 'ethereum/main.go')
-rw-r--r--ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/main.go b/ethereum/main.go
index 3729b840b..6a9af6b96 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.6.8"
+ Version = "0.7.0"
)
var logger = ethlog.NewLogger("CLI")