aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-07 05:04:49 +0800
committerobscuren <geffobscura@gmail.com>2015-05-07 05:04:49 +0800
commit458d891c63b4e527dde3583467ab3a34144886e0 (patch)
treee910282429b3d7b20e0c3fd03b00d652119da114 /cmd/geth/main.go
parent090f593bc0ebdd5fdb86e398d7bc990c505ac5d8 (diff)
downloadgo-tangerine-458d891c63b4e527dde3583467ab3a34144886e0.tar
go-tangerine-458d891c63b4e527dde3583467ab3a34144886e0.tar.gz
go-tangerine-458d891c63b4e527dde3583467ab3a34144886e0.tar.bz2
go-tangerine-458d891c63b4e527dde3583467ab3a34144886e0.tar.lz
go-tangerine-458d891c63b4e527dde3583467ab3a34144886e0.tar.xz
go-tangerine-458d891c63b4e527dde3583467ab3a34144886e0.tar.zst
go-tangerine-458d891c63b4e527dde3583467ab3a34144886e0.zip
cmd/geth: version bump
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index f2497ccf4..f4f219e1b 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -43,15 +43,13 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
- "github.com/mattn/go-colorable"
- "github.com/mattn/go-isatty"
"github.com/peterh/liner"
)
import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
- Version = "0.9.15"
+ Version = "0.9.16"
)
var (