Bump to RC11

This commit is contained in:
Maran
2014-05-28 16:19:25 +02:00
parent a453b5514d
commit 76a59274bf
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ func ReadConfig(base string, logTypes LoggerType, id string) *config {
}
}
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC10"}
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC11"}
Config.Identifier = id
Config.Log = NewLogger(logTypes, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")