aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-09 23:54:20 +0800
committerobscuren <geffobscura@gmail.com>2015-04-09 23:54:20 +0800
commitab015959e1802964f2cd4efc432606415c9367e9 (patch)
tree0a7cffef006e35b969c3e5e7d495884c2c0aa000 /cmd
parent2747df3df1b8d0088b2be21f27bb1d21eb19d4dd (diff)
downloadgo-tangerine-ab015959e1802964f2cd4efc432606415c9367e9.tar
go-tangerine-ab015959e1802964f2cd4efc432606415c9367e9.tar.gz
go-tangerine-ab015959e1802964f2cd4efc432606415c9367e9.tar.bz2
go-tangerine-ab015959e1802964f2cd4efc432606415c9367e9.tar.lz
go-tangerine-ab015959e1802964f2cd4efc432606415c9367e9.tar.xz
go-tangerine-ab015959e1802964f2cd4efc432606415c9367e9.tar.zst
go-tangerine-ab015959e1802964f2cd4efc432606415c9367e9.zip
bump
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 02964dadf..4853a16fc 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -43,7 +43,7 @@ import (
const (
ClientIdentifier = "Geth"
- Version = "0.9.7"
+ Version = "0.9.8"
)
var app = utils.NewApp(Version, "the go-ethereum command line interface")