diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-26 19:35:48 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-26 19:35:48 +0800 |
commit | 7a5b279459d5a52242b88f2e8ffce62c2c30babb (patch) | |
tree | 20d80075f0034348d956c7bc470f5d742892713f | |
parent | cf999c46220829a5b240e09f11e29748fe94ec35 (diff) | |
download | go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar.gz go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar.bz2 go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar.lz go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar.xz go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar.zst go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.zip |
Version bump
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | ethereum/main.go | 2 | ||||
-rw-r--r-- | mist/gui.go | 2 | ||||
-rw-r--r-- | mist/main.go | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ Status](http://cpt-obvious.ethercasts.com:8010/buildstatusimage?builder=go-ether Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 0.6.6. +Current state: Proof of Concept 0.6.7. For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). diff --git a/ethereum/main.go b/ethereum/main.go index 8cc043a4f..6521188ff 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -13,7 +13,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.6.6" + Version = "0.6.7" ) var logger = ethlog.NewLogger("CLI") diff --git a/mist/gui.go b/mist/gui.go index 299a441c0..299c053d2 100644 --- a/mist/gui.go +++ b/mist/gui.go @@ -500,7 +500,7 @@ func (gui *Gui) setStatsPane() { runtime.ReadMemStats(&memStats) statsPane := gui.getObjectByName("statsPane") - statsPane.Set("text", fmt.Sprintf(`###### Mist 0.6.5 (%s) ####### + statsPane.Set("text", fmt.Sprintf(`###### Mist 0.6.7 (%s) ####### eth %d (p2p = %d) diff --git a/mist/main.go b/mist/main.go index 094246c1a..6e4554352 100644 --- a/mist/main.go +++ b/mist/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.6.6" + Version = "0.6.7" ) var ethereum *eth.Ethereum |