From dfd18d245af37344f8e6fadca55f22a639d7f1ba Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Mon, 15 Jun 2015 19:29:22 +0200
Subject: [PATCH] cmd/geth: bump 0.9.31

---
 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 5ea670f20..89aae43e5 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -44,7 +44,7 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "0.9.30"
+	Version          = "0.9.31"
 )
 
 var (
-- 
GitLab