From ed036a2ce7d846297032a803fd7e82a3f84b239a Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 24 Apr 2015 23:57:05 +0200 Subject: [PATCH] cmd/geth: bump version number 0.9.12 --- 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 e399731e7..376e9bc5a 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -47,7 +47,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.11" + Version = "0.9.12" ) var app = utils.NewApp(Version, "the go-ethereum command line interface")