aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-09-03 06:52:42 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-09-03 06:52:42 +0800
commit587669215b878566c4a7b91fbf88a6fd2ec4f46a (patch)
tree14c6a72edcc41e38e51457d5db9906aa32382f36
parentfc3941d1fdfdea1b6c6e3053dea05979be3555e4 (diff)
downloadgo-tangerine-587669215b878566c4a7b91fbf88a6fd2ec4f46a.tar.gz
go-tangerine-587669215b878566c4a7b91fbf88a6fd2ec4f46a.tar.zst
go-tangerine-587669215b878566c4a7b91fbf88a6fd2ec4f46a.zip
cmd/geth: bump 1.1.2v1.1.2
-rw-r--r--cmd/geth/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index c821e3bc2..1b720ac37 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -48,10 +48,10 @@ import (
const (
ClientIdentifier = "Geth"
- Version = "1.1.1"
+ Version = "1.1.2"
VersionMajor = 1
VersionMinor = 1
- VersionPatch = 1
+ VersionPatch = 2
)
var (