diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-19 08:18:22 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-19 08:18:22 +0800 |
commit | 88af879f7ae55249ff7a9669184b52a611e4fb20 (patch) | |
tree | 464f1f4e03664bea50988c068773620a71bd02e4 /cmd/mist | |
parent | 12671c82eadc367a43502109e5e0237e228da998 (diff) | |
download | dexon-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.gz dexon-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.zst dexon-88af879f7ae55249ff7a9669184b52a611e4fb20.zip |
version bump
Diffstat (limited to 'cmd/mist')
-rw-r--r-- | cmd/mist/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go index 14336b4e8..eaf0af0c7 100644 --- a/cmd/mist/main.go +++ b/cmd/mist/main.go @@ -31,7 +31,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.7.9" + Version = "0.7.10" ) var ethereum *eth.Ethereum |