Version bump

This commit is contained in:
obscuren 2014-11-04 01:50:16 +01:00
parent 0c4adeceae
commit d56d0c64aa
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -29,7 +29,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.7.2"
Version = "0.7.3"
)
var ethereum *eth.Ethereum