diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-21 21:22:24 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-21 21:22:24 +0800 |
commit | 38cf52b62c6da4812cbef27c8a97dc839e480967 (patch) | |
tree | 623c62a4bd3c19136b255fbe7dcd94ab0179e985 | |
parent | 7c65560f20d31f4b56cce3d3f8aee918c03dba14 (diff) | |
download | dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.gz dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.zst dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.zip |
Bumped version
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | ethereal/main.go | 2 | ||||
-rw-r--r-- | ethereum/main.go | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 47f6144fa..4101efbca 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 070d3c201..a8e60dec7 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") |