File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Status](http://cpt-obvious.ethercasts.com:8010/buildstatusimage?builder=go-ether
7
7
8
8
Ethereum Go Client © 2014 Jeffrey Wilcke.
9
9
10
- Current state: Proof of Concept 0.6.6 .
10
+ Current state: Proof of Concept 0.6.7 .
11
11
12
12
For the development package please see the [ eth-go package] ( https://github.com/ethereum/eth-go ) .
13
13
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
14
14
const (
15
15
ClientIdentifier = "Ethereum(G)"
16
- Version = "0.6.6 "
16
+ Version = "0.6.7 "
17
17
)
18
18
19
19
var logger = ethlog .NewLogger ("CLI" )
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ func (gui *Gui) setStatsPane() {
500
500
runtime .ReadMemStats (& memStats )
501
501
502
502
statsPane := gui .getObjectByName ("statsPane" )
503
- statsPane .Set ("text" , fmt .Sprintf (`###### Mist 0.6.5 (%s) #######
503
+ statsPane .Set ("text" , fmt .Sprintf (`###### Mist 0.6.7 (%s) #######
504
504
505
505
eth %d (p2p = %d)
506
506
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
13
13
const (
14
14
ClientIdentifier = "Mist"
15
- Version = "0.6.6 "
15
+ Version = "0.6.7 "
16
16
)
17
17
18
18
var ethereum * eth.Ethereum
You can’t perform that action at this time.
0 commit comments