Skip to content

Commit 7a5b279

Browse files
committed
Version bump
1 parent cf999c4 commit 7a5b279

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Status](http://cpt-obvious.ethercasts.com:8010/buildstatusimage?builder=go-ether
77

88
Ethereum Go Client © 2014 Jeffrey Wilcke.
99

10-
Current state: Proof of Concept 0.6.6.
10+
Current state: Proof of Concept 0.6.7.
1111

1212
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).
1313

ethereum/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
ClientIdentifier = "Ethereum(G)"
16-
Version = "0.6.6"
16+
Version = "0.6.7"
1717
)
1818

1919
var logger = ethlog.NewLogger("CLI")

mist/gui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ func (gui *Gui) setStatsPane() {
500500
runtime.ReadMemStats(&memStats)
501501

502502
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) #######
504504
505505
eth %d (p2p = %d)
506506

mist/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
ClientIdentifier = "Mist"
15-
Version = "0.6.6"
15+
Version = "0.6.7"
1616
)
1717

1818
var ethereum *eth.Ethereum

0 commit comments

Comments
 (0)