removed old windows & added websockets to mist

This commit is contained in:
obscuren
2014-10-07 11:18:34 +02:00
parent e100aa3c6c
commit 4ed94d3d51
10 changed files with 51 additions and 100 deletions

View File

@@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.6.7"
Version = "0.6.8"
)
var logger = ethlog.NewLogger("CLI")