From 52584596d4c9cee7adcc1c343addd19279aaac84 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 20 Apr 2015 12:01:39 +0200 Subject: [PATCH] geth: bump 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 dab167bbbf..fa6a93b788 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -49,7 +49,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.10" + Version = "0.9.11" ) var app = utils.NewApp(Version, "the go-ethereum command line interface")