mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
VERSION, cmd/geth: bumped version 1.2.2
This commit is contained in:
parent
274f86cd86
commit
465e810c66
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.2.1
|
||||
1.2.2
|
||||
|
|
|
|||
|
|
@ -48,10 +48,10 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "1.2.1"
|
||||
Version = "1.2.2"
|
||||
VersionMajor = 1
|
||||
VersionMinor = 2
|
||||
VersionPatch = 1
|
||||
VersionPatch = 2
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue