From c541b38fb36587d23c60f5e2f2b9b3c8700ec489 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 5 Jan 2016 12:34:32 +0100 Subject: VERSION, cmd/geth: bumped version number 1.3.3 --- cmd/geth/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 9ac067209..7b8043a24 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.3.2" + Version = "1.3.3" VersionMajor = 1 VersionMinor = 3 - VersionPatch = 2 + VersionPatch = 3 ) var ( -- cgit v1.2.3