We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274f86c commit 465e810Copy full SHA for 465e810
VERSION
@@ -1 +1 @@
1
-1.2.1
+1.2.2
cmd/geth/main.go
@@ -48,10 +48,10 @@ import (
48
49
const (
50
ClientIdentifier = "Geth"
51
- Version = "1.2.1"
+ Version = "1.2.2"
52
VersionMajor = 1
53
VersionMinor = 2
54
- VersionPatch = 1
+ VersionPatch = 2
55
)
56
57
var (
0 commit comments