From 69ece747d3c4c960ea7df3f9649b094e44056fed Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Sun, 5 Apr 2015 15:15:19 +0200
Subject: [PATCH] v bump

---
 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 96f09c20d..a3fe84bb8 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -43,7 +43,7 @@ import (
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "0.9.6"
+	Version          = "0.9.7"
 )
 
 var (
-- 
GitLab