diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-07 05:04:49 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-07 05:04:49 +0800 |
commit | 458d891c63b4e527dde3583467ab3a34144886e0 (patch) | |
tree | e910282429b3d7b20e0c3fd03b00d652119da114 /cmd/geth/main.go | |
parent | 090f593bc0ebdd5fdb86e398d7bc990c505ac5d8 (diff) | |
download | dexon-458d891c63b4e527dde3583467ab3a34144886e0.tar dexon-458d891c63b4e527dde3583467ab3a34144886e0.tar.gz dexon-458d891c63b4e527dde3583467ab3a34144886e0.tar.bz2 dexon-458d891c63b4e527dde3583467ab3a34144886e0.tar.lz dexon-458d891c63b4e527dde3583467ab3a34144886e0.tar.xz dexon-458d891c63b4e527dde3583467ab3a34144886e0.tar.zst dexon-458d891c63b4e527dde3583467ab3a34144886e0.zip |
cmd/geth: version bump
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 4 |
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 ( |