From 8241fa522772837f0d05511f20caa6da1d5a3209 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 19 Apr 2016 18:15:04 +0200 Subject: [PATCH] VERSION, cmd/geth: bumped version --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 512a5f183..8fe193b14 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -45,7 +45,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.4.0-unstable" + Version = "1.4.0-rc" VersionMajor = 1 VersionMinor = 4 VersionPatch = 0