From 745c368987a08d1b8ae669f38ce04de443ff6064 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 29 Apr 2015 12:54:41 +0200 Subject: cmd/geth: bump version number --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 6ffc3c4a0..4e5f4c93c 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.12" + Version = "0.9.13" ) var app = utils.NewApp(Version, "the go-ethereum command line interface") -- cgit