From 08b03afa4bb3a40d2faf6543bc884a8ece5be2a1 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Sun, 4 Jan 2015 14:28:08 +0100
Subject: [PATCH] Version bump

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

diff --git a/README.md b/README.md
index c54a555cb5..4830d93032 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20
 
 Ethereum Go Client © 2014 Jeffrey Wilcke.
 
-Current state: Proof of Concept 0.7
+Current state: Proof of Concept 0.8
 
 Ethereum is currently in its testing phase. 
 
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 95060025f9..b238522820 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -32,7 +32,7 @@ import (
 
 const (
 	ClientIdentifier = "Ethereum(G)"
-	Version          = "0.7.11"
+	Version          = "0.8.0"
 )
 
 var clilogger = logger.NewLogger("CLI")
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index cae666d458..ce5e8449a0 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -32,7 +32,7 @@ import (
 
 const (
 	ClientIdentifier = "Mist"
-	Version          = "0.7.11"
+	Version          = "0.8.0"
 )
 
 var ethereum *eth.Ethereum
-- 
GitLab