diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-09 18:54:27 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-09 18:54:27 +0800 |
commit | 658ac3c257e0d97c44cf7924c84c050032256d61 (patch) | |
tree | 79b2afae15c44422fa903251a8872f91324c48a0 /cmd/geth | |
parent | 7eed47fad5ac971895a3853c83a22dff652dac02 (diff) | |
download | go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar.gz go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar.zst go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.zip |
cmd/geth: bump version 0.9.18
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 a2cee3bd9..723353b0b 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -51,7 +51,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.17" + Version = "0.9.18" ) var ( |