Version bump

This commit is contained in:
obscuren 2014-10-08 12:24:42 +02:00
parent b93d6ca5d2
commit 83a4b8b49b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.6.8"
Version = "0.7.0"
)
var logger = ethlog.NewLogger("CLI")

View File

@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.6.8"
Version = "0.7.0"
)
var ethereum *eth.Ethereum