aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-27 08:07:13 +0800
committerobscuren <geffobscura@gmail.com>2015-05-27 08:07:13 +0800
commitf5ce848cfe8cc1912714b8185f8dd3358a16687a (patch)
tree9c5dfc6a9b8944c37f874a81cc9f8fd3d697ad4e
parentaada35af9b6c7acd78a427a43f02bcd702697d59 (diff)
parent2c532a7255919bc09e01cca6866bfc15682509a3 (diff)
downloadgo-tangerine-f5ce848cfe8cc1912714b8185f8dd3358a16687a.tar.gz
go-tangerine-f5ce848cfe8cc1912714b8185f8dd3358a16687a.tar.zst
go-tangerine-f5ce848cfe8cc1912714b8185f8dd3358a16687a.zip
Merge branch 'release/0.9.25' into develop
-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 742dae10f..0cbf8e41a 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.24"
+ Version = "0.9.25"
)
var (