Version bump

This commit is contained in:
obscuren 2015-01-04 14:28:08 +01:00
parent 09841b1c9b
commit 08b03afa4b
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -32,7 +32,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.7.11"
Version = "0.8.0"
)
var clilogger = logger.NewLogger("CLI")

View File

@ -32,7 +32,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.7.11"
Version = "0.8.0"
)
var ethereum *eth.Ethereum