Version bump
This commit is contained in:
parent
09841b1c9b
commit
08b03afa4b
@ -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.
|
||||
|
||||
|
@ -32,7 +32,7 @@ import (
|
||||
|
||||
const (
|
||||
ClientIdentifier = "Ethereum(G)"
|
||||
Version = "0.7.11"
|
||||
Version = "0.8.0"
|
||||
)
|
||||
|
||||
var clilogger = logger.NewLogger("CLI")
|
||||
|
@ -32,7 +32,7 @@ import (
|
||||
|
||||
const (
|
||||
ClientIdentifier = "Mist"
|
||||
Version = "0.7.11"
|
||||
Version = "0.8.0"
|
||||
)
|
||||
|
||||
var ethereum *eth.Ethereum
|
||||
|
Loading…
Reference in New Issue
Block a user