mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 01:23:45 +00:00
cmd/geth: bump version number 0.9.12
This commit is contained in:
parent
7ce3d06402
commit
ed036a2ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ import _ "net/http/pprof"
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "0.9.11"
|
||||
Version = "0.9.12"
|
||||
)
|
||||
|
||||
var app = utils.NewApp(Version, "the go-ethereum command line interface")
|
||||
|
|
|
|||
Loading…
Reference in a new issue