diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-20 18:01:39 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-20 18:01:39 +0800 |
commit | 52584596d4c9cee7adcc1c343addd19279aaac84 (patch) | |
tree | fad6eb0c86e1c33dcbc3f96d6068e09f965a17cf /cmd/geth/main.go | |
parent | 97b0c4b6978d7fd972f3b0991acca1227e4e83dc (diff) | |
download | dexon-52584596d4c9cee7adcc1c343addd19279aaac84.tar dexon-52584596d4c9cee7adcc1c343addd19279aaac84.tar.gz dexon-52584596d4c9cee7adcc1c343addd19279aaac84.tar.bz2 dexon-52584596d4c9cee7adcc1c343addd19279aaac84.tar.lz dexon-52584596d4c9cee7adcc1c343addd19279aaac84.tar.xz dexon-52584596d4c9cee7adcc1c343addd19279aaac84.tar.zst dexon-52584596d4c9cee7adcc1c343addd19279aaac84.zip |
geth: bump version number
Diffstat (limited to 'cmd/geth/main.go')
-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 dab167bbb..fa6a93b78 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -49,7 +49,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.10" + Version = "0.9.11" ) var app = utils.NewApp(Version, "the go-ethereum command line interface") |