mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-14 15:19:04 +00:00
geth: bump version number
This commit is contained in:
parent
97b0c4b697
commit
52584596d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue