geth: bump version number

This commit is contained in:
obscuren 2015-04-20 12:01:39 +02:00
parent 97b0c4b697
commit 52584596d4

View File

@ -49,7 +49,7 @@ import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
Version = "0.9.10"
Version = "0.9.11"
)
var app = utils.NewApp(Version, "the go-ethereum command line interface")