VERSION, cmd/geth: bumped version 1.2.1
This commit is contained in:
parent
e3ac56d502
commit
9666db2a44
|
@ -48,10 +48,10 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "1.2.0"
|
||||
Version = "1.2.1"
|
||||
VersionMajor = 1
|
||||
VersionMinor = 2
|
||||
VersionPatch = 0
|
||||
VersionPatch = 1
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue