reverted back to proper version number

This commit is contained in:
obscuren
2015-02-21 00:42:57 +01:00
parent f9663b8f4f
commit 92337baa5a
3 changed files with 3 additions and 3 deletions

View File

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