diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-16 19:04:43 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-16 19:04:43 +0800 |
commit | ad99089567757c315bc2e477c6f889b9c2c8789f (patch) | |
tree | 49393c19fdc31bbb1b45b32e430b9f4361cf8c09 /cmd/geth | |
parent | 61e8296bd82b4392e55e6707f37b7d1d1e897dd7 (diff) | |
parent | ad7b0efbd3fc00e089159768b7475e657adf84fe (diff) | |
download | dexon-ad99089567757c315bc2e477c6f889b9c2c8789f.tar.gz dexon-ad99089567757c315bc2e477c6f889b9c2c8789f.tar.zst dexon-ad99089567757c315bc2e477c6f889b9c2c8789f.zip |
Merge branch 'hotfix/0.9.21.1' into develop
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 158b08796..e9deec61f 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" + Version = "0.9.21.1" ) var ( |