diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-18 03:35:29 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-18 03:35:29 +0800 |
commit | 280b7f23af512d12069e378bf2d00ec6f32a9a06 (patch) | |
tree | 92b7943705b0404f08f7665a3e41c4deea157c02 | |
parent | 443d0248436f653bc2d56653dd52b8abbe408f60 (diff) | |
parent | 3a51d5e80c50b8992a3b0462f64421604435f480 (diff) | |
download | dexon-280b7f23af512d12069e378bf2d00ec6f32a9a06.tar dexon-280b7f23af512d12069e378bf2d00ec6f32a9a06.tar.gz dexon-280b7f23af512d12069e378bf2d00ec6f32a9a06.tar.bz2 dexon-280b7f23af512d12069e378bf2d00ec6f32a9a06.tar.lz dexon-280b7f23af512d12069e378bf2d00ec6f32a9a06.tar.xz dexon-280b7f23af512d12069e378bf2d00ec6f32a9a06.tar.zst dexon-280b7f23af512d12069e378bf2d00ec6f32a9a06.zip |
Merge branch 'hotfix/0.9.22' into develop
-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 817337e20..b0970212e 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -50,7 +50,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.21.1" + Version = "0.9.22" ) var ( |