From 9fb7bc7443cd3041a6a82477d1f8065fdeb90438 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Wed, 19 Aug 2015 23:05:39 +0200 Subject: [PATCH] geth: bumped version 1.0.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 07c4daf60..010e3cfb8 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.0.1" + Version = "1.0.2" VersionMajor = 1 VersionMinor = 0 - VersionPatch = 1 + VersionPatch = 2 ) var (