From f9488cb763d218683904fe0f46b409d8ef42f963 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Sat, 4 Apr 2015 16:41:12 +0200
Subject: [PATCH] bumped version number

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