From 4bf0cbcdd3a41e8cd14214c6b81aba3148564387 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Wed, 21 Oct 2015 16:07:14 +0200 Subject: [PATCH] cmd/geth: version 1.1.3 --- 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 1b720ac379..57218780e6 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.1.2" + Version = "1.1.3" VersionMajor = 1 VersionMinor = 1 - VersionPatch = 2 + VersionPatch = 3 ) var (