From f75becc264f8bde0f58391fc226243d03e78aa7b Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Fri, 30 Oct 2015 11:02:13 +0100 Subject: cmd/geth, VERSION: bumped version 1.3.1 --- 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 f752029b7..f70a0bb67 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.3.0-dev" + Version = "1.3.1" VersionMajor = 1 VersionMinor = 3 - VersionPatch = 0 + VersionPatch = 1 ) var ( -- cgit v1.2.3