Upped protocol version

This commit is contained in:
obscuren
2014-12-04 15:31:48 +01:00
parent 296112848c
commit 73c4ca3a6f
4 changed files with 4 additions and 6 deletions

View File

@ -30,7 +30,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.7.7"
Version = "0.7.8"
)
var clilogger = logger.NewLogger("CLI")