cmd/geth: bump version number

This commit is contained in:
obscuren 2015-04-29 12:54:41 +02:00
parent 4e07967711
commit 745c368987

View File

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