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

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