mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 19:35:04 +00:00
cmd/geth, cmd/mist: version 0.9.19
This commit is contained in:
parent
0e211ae203
commit
7551264fa6
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ import _ "net/http/pprof"
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "0.9.18"
|
||||
Version = "0.9.19"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Mist"
|
||||
Version = "0.9.18"
|
||||
Version = "0.9.19"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue