This commit is contained in:
obscuren 2014-08-21 19:22:16 +02:00
parent b3c975269e
commit 48a99d23cd
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Ethereal"
Version = "0.6.3"
Version = "0.6.4"
)
var ethereum *eth.Ethereum

View File

@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.6.3"
Version = "0.6.4"
)
var logger = ethlog.NewLogger("CLI")