diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 6ffc3c4a01f18db1add0931186cd5c717f27e064..4e5f4c93c60ebf5e0943c9602c1463d5f5af3b1d 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")