This commit is contained in:
obscuren
2014-05-21 14:04:19 +02:00
parent f5852b47d1
commit 8f5eddd0ba
2 changed files with 2 additions and 2 deletions

View File

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