cmd/geth: bump version to 0.9.14

This commit is contained in:
obscuren 2015-04-30 00:40:14 +02:00
parent 88292f35db
commit 30b921ef46

View File

@ -47,7 +47,7 @@ import _ "net/http/pprof"
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "0.9.13" Version = "0.9.14"
) )
var ( var (