Minor updates for release

This commit is contained in:
obscuren
2015-02-20 18:05:46 +01:00
parent 66d5559866
commit cc43ab9a81
8 changed files with 38 additions and 21 deletions

View File

@ -37,7 +37,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.8.3"
Version = "0.9.0"
)
var clilogger = logger.NewLogger("CLI")