Skip to content

Commit 38cf52b

Browse files
committed
Bumped version
1 parent 7c65560 commit 38cf52b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.
10+
Current state: Proof of Concept 0.6.3.
1111

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

ethereal/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 = "Ethereal"
15-
Version = "0.6.2"
15+
Version = "0.6.3"
1616
)
1717

1818
var ethereum *eth.Ethereum

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.2"
16+
Version = "0.6.3"
1717
)
1818

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

0 commit comments

Comments
 (0)