mirror of https://github.com/status-im/op-geth.git
cmd/geth, cmd/mist: version 0.9.19
This commit is contained in:
parent
0e211ae203
commit
7551264fa6
|
@ -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 New Issue