version bump

This commit is contained in:
obscuren 2014-12-19 01:18:22 +01:00
parent 12671c82ea
commit 88af879f7a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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