From 18580e152c1a2480b6245ebba4c62c202ed20ac6 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 19 Apr 2016 18:17:44 +0200 Subject: VERSION, cmd/geth: bumped version --- cmd/geth/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/geth') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 512a5f183..6ab4ed45b 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -45,9 +45,9 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.4.0-unstable" + Version = "1.5.0-unstable" VersionMajor = 1 - VersionMinor = 4 + VersionMinor = 5 VersionPatch = 0 ) -- cgit v1.2.3