aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-25 18:54:11 +0800
committerobscuren <geffobscura@gmail.com>2015-03-25 18:54:11 +0800
commit6431d088ad511a8250741a531fd137592e687fc7 (patch)
tree73cd82e3778a254e5950912ad9fb511dc3075e00 /cmd
parentff44347ea11a3c7034529a1e28fb4f9c148f4e17 (diff)
downloadgo-tangerine-6431d088ad511a8250741a531fd137592e687fc7.tar
go-tangerine-6431d088ad511a8250741a531fd137592e687fc7.tar.gz
go-tangerine-6431d088ad511a8250741a531fd137592e687fc7.tar.bz2
go-tangerine-6431d088ad511a8250741a531fd137592e687fc7.tar.lz
go-tangerine-6431d088ad511a8250741a531fd137592e687fc7.tar.xz
go-tangerine-6431d088ad511a8250741a531fd137592e687fc7.tar.zst
go-tangerine-6431d088ad511a8250741a531fd137592e687fc7.zip
bump
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 5ad4c0a4e..2cf81b9e7 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -33,16 +33,16 @@ import (
"github.com/ethereum/ethash"
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/common"
+ "github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
- "github.com/ethereum/go-ethereum/core/state"
"github.com/peterh/liner"
)
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.9.2"
+ Version = "0.9.3"
)
var (