diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 02964dadff..4853a16fcb 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")