diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-26 20:08:51 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-26 20:08:51 +0800 |
commit | 0a85260bcd1c6f084c820e709cfdf476ca9a2ac4 (patch) | |
tree | 9e6f9a99d2392c75c57815e8e0725e5067f95234 | |
parent | fd38ea414998ba0307b5f2b8e9f1d9d1b281f294 (diff) | |
download | go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar.gz go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar.zst go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.zip |
cmd/geth: bumped version to 0.9.24
-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 513b405ff..56f383b77 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,7 +48,7 @@ import _ "net/http/pprof" const ( ClientIdentifier = "Geth" - Version = "0.9.23" + Version = "0.9.24" ) var ( |