aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-30 06:40:14 +0800
committerobscuren <geffobscura@gmail.com>2015-04-30 06:40:14 +0800
commit30b921ef463247da63dece1cb81887f7e66668ff (patch)
tree49f52b8bba6af0228bb20758dd1465f8dce6842d /cmd/geth/main.go
parent88292f35db656fe0677a3d7cf9be3a78f507699d (diff)
downloadgo-tangerine-30b921ef463247da63dece1cb81887f7e66668ff.tar
go-tangerine-30b921ef463247da63dece1cb81887f7e66668ff.tar.gz
go-tangerine-30b921ef463247da63dece1cb81887f7e66668ff.tar.bz2
go-tangerine-30b921ef463247da63dece1cb81887f7e66668ff.tar.lz
go-tangerine-30b921ef463247da63dece1cb81887f7e66668ff.tar.xz
go-tangerine-30b921ef463247da63dece1cb81887f7e66668ff.tar.zst
go-tangerine-30b921ef463247da63dece1cb81887f7e66668ff.zip
cmd/geth: bump version to 0.9.14
Diffstat (limited to 'cmd/geth/main.go')
-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 365390a07..ef007051c 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.13"
+ Version = "0.9.14"
)
var (