aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-04-29 19:47:26 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-04-29 19:47:26 +0800
commit764e81bf12bc45b00cec7db216e72d6396cf0c13 (patch)
tree4f995c9e736b2376dd63a469bd8a38fbc6751cd7 /cmd
parentbac4440e1751fd3b71f8271260d1c8af236d2cec (diff)
parent13364a2dcf08924605408ae0e9233ea8e51d37fb (diff)
downloadgo-tangerine-764e81bf12bc45b00cec7db216e72d6396cf0c13.tar
go-tangerine-764e81bf12bc45b00cec7db216e72d6396cf0c13.tar.gz
go-tangerine-764e81bf12bc45b00cec7db216e72d6396cf0c13.tar.bz2
go-tangerine-764e81bf12bc45b00cec7db216e72d6396cf0c13.tar.lz
go-tangerine-764e81bf12bc45b00cec7db216e72d6396cf0c13.tar.xz
go-tangerine-764e81bf12bc45b00cec7db216e72d6396cf0c13.tar.zst
go-tangerine-764e81bf12bc45b00cec7db216e72d6396cf0c13.zip
Merge pull request #825 from obscuren/develop
core: chain fork fix
Diffstat (limited to 'cmd')
-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 bec47efbb..365390a07 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -47,7 +47,7 @@ import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
- Version = "0.9.12"
+ Version = "0.9.13"
)
var (