This commit is contained in:
obscuren 2014-09-24 20:04:14 +02:00
parent 6ecbbe4006
commit 96fd1ce270
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Status](http://cpt-obvious.ethercasts.com:8010/buildstatusimage?builder=go-ether
Ethereum Go Client © 2014 Jeffrey Wilcke. Ethereum Go Client © 2014 Jeffrey Wilcke.
Current state: Proof of Concept 0.6.5. Current state: Proof of Concept 0.6.6.
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).

View File

@ -13,7 +13,7 @@ import (
const ( const (
ClientIdentifier = "Ethereum(G)" ClientIdentifier = "Ethereum(G)"
Version = "0.6.5" Version = "0.6.6"
) )
var logger = ethlog.NewLogger("CLI") var logger = ethlog.NewLogger("CLI")

View File

@ -12,7 +12,7 @@ import (
const ( const (
ClientIdentifier = "Mist" ClientIdentifier = "Mist"
Version = "0.6.5" Version = "0.6.6"
) )
var ethereum *eth.Ethereum var ethereum *eth.Ethereum