diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-24 18:30:04 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-24 18:30:04 +0800 |
commit | c9f963a77e6e728c90e08c0e0008f1dc40df1fe0 (patch) | |
tree | be03fb3b74f0598729c0010fbb6bb153e08a139c | |
parent | 7ba9fe4d5d46d4a9373327d52d1c0e82d5933bc1 (diff) | |
download | go-tangerine-c9f963a77e6e728c90e08c0e0008f1dc40df1fe0.tar.gz go-tangerine-c9f963a77e6e728c90e08c0e0008f1dc40df1fe0.tar.zst go-tangerine-c9f963a77e6e728c90e08c0e0008f1dc40df1fe0.zip |
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 2a3c46054..30107c145 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -30,7 +30,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.7.10" + Version = "0.7.11" ) var clilogger = logger.NewLogger("CLI") diff --git a/cmd/mist/main.go b/cmd/mist/main.go index eaf0af0c7..c6dc80171 100644 --- a/cmd/mist/main.go +++ b/cmd/mist/main.go @@ -31,7 +31,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.7.10" + Version = "0.7.11" ) var ethereum *eth.Ethereum |