Commit 08b03afa authored by obscuren's avatar obscuren

Version bump

parent 09841b1c
...@@ -13,7 +13,7 @@ Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20 ...@@ -13,7 +13,7 @@ Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20
Ethereum Go Client © 2014 Jeffrey Wilcke. 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. Ethereum is currently in its testing phase.
......
...@@ -32,7 +32,7 @@ import ( ...@@ -32,7 +32,7 @@ import (
const ( const (
ClientIdentifier = "Ethereum(G)" ClientIdentifier = "Ethereum(G)"
Version = "0.7.11" Version = "0.8.0"
) )
var clilogger = logger.NewLogger("CLI") var clilogger = logger.NewLogger("CLI")
......
...@@ -32,7 +32,7 @@ import ( ...@@ -32,7 +32,7 @@ import (
const ( const (
ClientIdentifier = "Mist" ClientIdentifier = "Mist"
Version = "0.7.11" Version = "0.8.0"
) )
var ethereum *eth.Ethereum var ethereum *eth.Ethereum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment