diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-26 20:49:06 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-26 20:49:06 +0800 |
commit | 3386ecb59a9f3dc61ba99f2047a4bf370762c1bb (patch) | |
tree | 9e6f9a99d2392c75c57815e8e0725e5067f95234 | |
parent | fd38ea414998ba0307b5f2b8e9f1d9d1b281f294 (diff) | |
parent | 0a85260bcd1c6f084c820e709cfdf476ca9a2ac4 (diff) | |
download | go-tangerine-3386ecb59a9f3dc61ba99f2047a4bf370762c1bb.tar go-tangerine-3386ecb59a9f3dc61ba99f2047a4bf370762c1bb.tar.gz go-tangerine-3386ecb59a9f3dc61ba99f2047a4bf370762c1bb.tar.bz2 go-tangerine-3386ecb59a9f3dc61ba99f2047a4bf370762c1bb.tar.lz go-tangerine-3386ecb59a9f3dc61ba99f2047a4bf370762c1bb.tar.xz go-tangerine-3386ecb59a9f3dc61ba99f2047a4bf370762c1bb.tar.zst go-tangerine-3386ecb59a9f3dc61ba99f2047a4bf370762c1bb.zip |
Merge branch 'release/0.9.24' 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 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 ( |