File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.0 .
10
+ Current state: Proof of Concept 0.6.3 .
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 @@ -12,7 +12,7 @@ import (
12
12
13
13
const (
14
14
ClientIdentifier = "Ethereal"
15
- Version = "0.6.2 "
15
+ Version = "0.6.3 "
16
16
)
17
17
18
18
var ethereum * eth.Ethereum
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.2 "
16
+ Version = "0.6.3 "
17
17
)
18
18
19
19
var logger = ethlog .NewLogger ("CLI" )
You can’t perform that action at this time.
0 commit comments