From e7fb300053cee6add25b5cd1547abce5aaee8d21 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Wed, 24 Feb 2016 13:35:20 +0100 Subject: [PATCH] [release/1.3.4] cmd/geth: bump version v1.3.4 --- 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 7b8043a24b..76abf45f0f 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.3.3" + Version = "1.3.4" VersionMajor = 1 VersionMinor = 3 - VersionPatch = 3 + VersionPatch = 4 ) var (