diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-11 00:21:27 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-11 00:21:27 +0800 |
commit | 36fe11378cc3f798741bbad71de65933d6fb33a9 (patch) | |
tree | eb4cf7f6d926df04a4a1155b963da86bfa3ff880 /cmd/geth | |
parent | eb75a771512ebfbbae792c9e0c124235345d6f79 (diff) | |
download | go-tangerine-36fe11378cc3f798741bbad71de65933d6fb33a9.tar go-tangerine-36fe11378cc3f798741bbad71de65933d6fb33a9.tar.gz go-tangerine-36fe11378cc3f798741bbad71de65933d6fb33a9.tar.bz2 go-tangerine-36fe11378cc3f798741bbad71de65933d6fb33a9.tar.lz go-tangerine-36fe11378cc3f798741bbad71de65933d6fb33a9.tar.xz go-tangerine-36fe11378cc3f798741bbad71de65933d6fb33a9.tar.zst go-tangerine-36fe11378cc3f798741bbad71de65933d6fb33a9.zip |
Bump
Diffstat (limited to 'cmd/geth')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 9192c7708..9e5ae5857 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -46,7 +46,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.8" + Version = "0.9.9" ) var app = utils.NewApp(Version, "the go-ethereum command line interface") |