aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-05-04 17:00:54 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-05-04 17:00:54 +0800
commitac85fdc75edfaf999a7b2d25c5313c1b3eeb86ad (patch)
tree0e5664b1fb920993d6c61727cb1cc7508abe6810 /cmd
parent3fef60190384106af390dd23a65384b9cc6e4a28 (diff)
parent37770ed0d37f9c8ece37fecd443e7c70e915a48a (diff)
downloadgo-tangerine-ac85fdc75edfaf999a7b2d25c5313c1b3eeb86ad.tar.gz
go-tangerine-ac85fdc75edfaf999a7b2d25c5313c1b3eeb86ad.tar.zst
go-tangerine-ac85fdc75edfaf999a7b2d25c5313c1b3eeb86ad.zip
Merge pull request #835 from obscuren/handler_errors
eth, eth/downloader: error handlers and td checks
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 ef007051c..0f5ebf5be 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.14"
+ Version = "0.9.15"
)
var (