From 4600ecb5c71e1f311c1c31e8d596a2a43ce6a51b Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 21 May 2015 17:56:06 +0200 Subject: [PATCH] cmd/geth: bump version 0.9.23 --- 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 6d345a18b..513b405ff 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,7 +48,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.22" + Version = "0.9.23" ) var (