diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 5ad4c0a4e5059d0f4327ec8968911769076ec571..2cf81b9e75e69e697ae7014c890be16005aea0ce 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 (