Version bump
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
const (
|
||||
ClientIdentifier = "Mist"
|
||||
Version = "0.6.6"
|
||||
Version = "0.6.7"
|
||||
)
|
||||
|
||||
var ethereum *eth.Ethereum
|
||||
|
Reference in New Issue
Block a user