Skip to content

Commit 458d891

Browse files
committed
cmd/geth: version bump
1 parent 090f593 commit 458d891

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/geth/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ import (
4343
"github.com/ethereum/go-ethereum/core/types"
4444
"github.com/ethereum/go-ethereum/eth"
4545
"github.com/ethereum/go-ethereum/logger"
46-
"github.com/mattn/go-colorable"
47-
"github.com/mattn/go-isatty"
4846
"github.com/peterh/liner"
4947
)
5048
import _ "net/http/pprof"
5149

5250
const (
5351
ClientIdentifier = "Geth"
54-
Version = "0.9.15"
52+
Version = "0.9.16"
5553
)
5654

5755
var (

0 commit comments

Comments
 (0)