diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-08 18:24:42 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-08 18:24:42 +0800 |
commit | 83a4b8b49bc28dad0539d040dceca48b7b75baf2 (patch) | |
tree | 70dafb834a1b8d5018e3ddc664581ac3adb31124 | |
parent | b93d6ca5d274810fba61ce313c780ffdc4997472 (diff) | |
download | dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar.gz dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.tar.zst dexon-83a4b8b49bc28dad0539d040dceca48b7b75baf2.zip |
Version bump
-rw-r--r-- | ethereum/main.go | 2 | ||||
-rw-r--r-- | mist/main.go | 2 |
2 files changed, 2 insertions, 2 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") diff --git a/mist/main.go b/mist/main.go index a860f7527..12f8681cf 100644 --- a/mist/main.go +++ b/mist/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.6.8" + Version = "0.7.0" ) var ethereum *eth.Ethereum |