aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--cmd/geth/main.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 6085e9465..23aa83906 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.1
+1.2.2
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index e4e54c73c..d8e612acb 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -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 (