From 587669215b878566c4a7b91fbf88a6fd2ec4f46a Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Thu, 3 Sep 2015 00:52:42 +0200 Subject: [PATCH] cmd/geth: bump 1.1.2 --- cmd/geth/main.go | 4 ++-- 1 file 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 (