[release/1.3.4] cmd/geth: bump version v1.3.4
This commit is contained in:
parent
4e0fe48e20
commit
e7fb300053
|
@ -48,10 +48,10 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "1.3.3"
|
||||
Version = "1.3.4"
|
||||
VersionMajor = 1
|
||||
VersionMinor = 3
|
||||
VersionPatch = 3
|
||||
VersionPatch = 4
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue