aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-26 20:08:51 +0800
committerobscuren <geffobscura@gmail.com>2015-05-26 20:08:51 +0800
commit0a85260bcd1c6f084c820e709cfdf476ca9a2ac4 (patch)
tree9e6f9a99d2392c75c57815e8e0725e5067f95234
parentfd38ea414998ba0307b5f2b8e9f1d9d1b281f294 (diff)
downloadgo-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar
go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar.gz
go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar.bz2
go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar.lz
go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar.xz
go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.tar.zst
go-tangerine-0a85260bcd1c6f084c820e709cfdf476ca9a2ac4.zip
cmd/geth: bumped version to 0.9.24
-rw-r--r--cmd/geth/main.go2
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 (