From 38cf52b62c6da4812cbef27c8a97dc839e480967 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Thu, 21 Aug 2014 15:22:24 +0200
Subject: Bumped version

---
 README.md        | 2 +-
 ethereal/main.go | 2 +-
 ethereum/main.go | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 186c979bc..da75e4d9e 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 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")
-- 
cgit v1.2.3