From 458d891c63b4e527dde3583467ab3a34144886e0 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 6 May 2015 23:04:49 +0200 Subject: [PATCH] cmd/geth: version bump --- cmd/geth/main.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index f2497ccf42..f4f219e1bf 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 (