diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-27 08:06:52 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-27 08:06:52 +0800 |
commit | 2c532a7255919bc09e01cca6866bfc15682509a3 (patch) | |
tree | 9c5dfc6a9b8944c37f874a81cc9f8fd3d697ad4e /cmd/geth | |
parent | aada35af9b6c7acd78a427a43f02bcd702697d59 (diff) | |
download | go-tangerine-2c532a7255919bc09e01cca6866bfc15682509a3.tar.gz go-tangerine-2c532a7255919bc09e01cca6866bfc15682509a3.tar.zst go-tangerine-2c532a7255919bc09e01cca6866bfc15682509a3.zip |
cmd/geth: bump version 0.9.25
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 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 ( |