diff options
Diffstat (limited to 'ethereum/main.go')
-rw-r--r-- | ethereum/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereum/main.go b/ethereum/main.go index 39226c1d2..b670cb495 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -9,7 +9,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.5.16" + Version = "0.5.17" ) var logger = ethlog.NewLogger("CLI") @@ -29,6 +29,7 @@ func main() { utils.InitConfig(ConfigFile, Datadir, "ETH") ethutil.Config.Diff = DiffTool + ethutil.Config.DiffType = DiffType utils.InitDataDir(Datadir) |