mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 14:59:26 +00:00
cmd/geth: bump version number
This commit is contained in:
parent
4e07967711
commit
745c368987
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ import _ "net/http/pprof"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Geth"
|
ClientIdentifier = "Geth"
|
||||||
Version = "0.9.12"
|
Version = "0.9.13"
|
||||||
)
|
)
|
||||||
|
|
||||||
var app = utils.NewApp(Version, "the go-ethereum command line interface")
|
var app = utils.NewApp(Version, "the go-ethereum command line interface")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue