Bumped version number

This commit is contained in:
obscuren 2015-01-30 14:37:07 +01:00
parent af927ffdaf
commit 3847e248df
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.8.1"
Version = "0.8.2"
)
var clilogger = logger.NewLogger("CLI")

View File

@ -36,7 +36,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.8.1"
Version = "0.8.2"
)
var ethereum *eth.Ethereum