This commit is contained in:
obscuren 2015-04-09 17:54:20 +02:00
parent 2747df3df1
commit ab015959e1

View File

@ -43,7 +43,7 @@ import (
const (
ClientIdentifier = "Geth"
Version = "0.9.7"
Version = "0.9.8"
)
var app = utils.NewApp(Version, "the go-ethereum command line interface")