diff --git a/README.md b/README.md index 186c979bc9..da75e4d9eb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Status](http://cpt-obvious.ethercasts.com:8010/buildstatusimage?builder=go-ether Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 0.6.0. +Current state: Proof of Concept 0.6.3. For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). diff --git a/ethereal/main.go b/ethereal/main.go index 47f6144fae..4101efbcad 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Ethereal" - Version = "0.6.2" + Version = "0.6.3" ) var ethereum *eth.Ethereum diff --git a/ethereum/main.go b/ethereum/main.go index 070d3c201c..a8e60dec72 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -13,7 +13,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.6.2" + Version = "0.6.3" ) var logger = ethlog.NewLogger("CLI")