aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-09 18:54:27 +0800
committerobscuren <geffobscura@gmail.com>2015-05-09 18:54:27 +0800
commit658ac3c257e0d97c44cf7924c84c050032256d61 (patch)
tree79b2afae15c44422fa903251a8872f91324c48a0 /cmd
parent7eed47fad5ac971895a3853c83a22dff652dac02 (diff)
downloadgo-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar
go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar.gz
go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar.bz2
go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar.lz
go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar.xz
go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.tar.zst
go-tangerine-658ac3c257e0d97c44cf7924c84c050032256d61.zip
cmd/geth: bump version 0.9.18
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 a2cee3bd9..723353b0b 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -51,7 +51,7 @@ import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
- Version = "0.9.17"
+ Version = "0.9.18"
)
var (