From 36ce54e5dc147c36e5cd18508229d62e605862c1 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Tue, 12 May 2015 11:41:56 +0200
Subject: [PATCH] cmd/geth: bump version to 0.9.20

---
 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 dbcfe8175..1582953f7 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -50,7 +50,7 @@ import _ "net/http/pprof"
 
 const (
 	ClientIdentifier = "Geth"
-	Version          = "0.9.19"
+	Version          = "0.9.20"
 )
 
 var (
-- 
GitLab