From 0abcea8405a85fb8a1145d7f2fcb292532576a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 26 Aug 2015 12:53:33 +0300 Subject: [PATCH] cmd/geth: bump develop version to 1.1.1 --- 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 ff556c984e..c821e3bc20 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.1.0" + Version = "1.1.1" VersionMajor = 1 VersionMinor = 1 - VersionPatch = 0 + VersionPatch = 1 ) var (