mirror of https://github.com/status-im/op-geth.git
cmd/geth: bumped version 1.0.3
This commit is contained in:
parent
9fb7bc7443
commit
54088b0b8b
|
@ -48,10 +48,10 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "1.0.2"
|
||||
Version = "1.0.3"
|
||||
VersionMajor = 1
|
||||
VersionMinor = 0
|
||||
VersionPatch = 2
|
||||
VersionPatch = 3
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue