This commit is contained in:
obscuren 2014-12-24 11:30:04 +01:00
parent 7ba9fe4d5d
commit c9f963a77e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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