From ab015959e1802964f2cd4efc432606415c9367e9 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 9 Apr 2015 17:54:20 +0200 Subject: bump --- 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 02964dadf..4853a16fc 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -43,7 +43,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "0.9.7" + Version = "0.9.8" ) var app = utils.NewApp(Version, "the go-ethereum command line interface") -- cgit