diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-16 19:03:30 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-16 19:03:30 +0800 |
commit | 69f8a1b01ae750952efdb1d89cd561f02ccd6fba (patch) | |
tree | 49393c19fdc31bbb1b45b32e430b9f4361cf8c09 /cmd/geth/main.go | |
parent | 1564f1a020b9edc78bc672f8f2df64b3d0dc55c3 (diff) | |
parent | ad7b0efbd3fc00e089159768b7475e657adf84fe (diff) | |
download | go-tangerine-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar go-tangerine-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.gz go-tangerine-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.bz2 go-tangerine-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.lz go-tangerine-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.xz go-tangerine-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.zst go-tangerine-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.zip |
Merge branch 'hotfix/0.9.21-1'
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 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 ( |