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 | |
parent | 12671c82eadc367a43502109e5e0237e228da998 (diff) | |
download | go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.gz go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.zst go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.zip |
version bump
-rw-r--r-- | cmd/ethereum/main.go | 2 | ||||
-rw-r--r-- | cmd/mist/main.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 9efc8e9dc..2a3c46054 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -30,7 +30,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.7.9" + Version = "0.7.10" ) var clilogger = logger.NewLogger("CLI") 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 |