diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-09-03 06:52:42 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-09-03 06:52:42 +0800 |
commit | 587669215b878566c4a7b91fbf88a6fd2ec4f46a (patch) | |
tree | 14c6a72edcc41e38e51457d5db9906aa32382f36 | |
parent | fc3941d1fdfdea1b6c6e3053dea05979be3555e4 (diff) | |
download | go-tangerine-1.1.2.tar.gz go-tangerine-1.1.2.tar.zst go-tangerine-1.1.2.zip |
cmd/geth: bump 1.1.2v1.1.2
-rw-r--r-- | cmd/geth/main.go | 4 |
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 ( |