From 43ceb0f5c73dfde8540693a920e144fa67ffcd46 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 5 Jun 2015 17:36:42 +0200 Subject: [PATCH] cmd/geth: version bump 0.9.27 --- 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 ab46fdd3e..c30792158 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -44,7 +44,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "0.9.26" + Version = "0.9.27" ) var (