This commit is contained in:
obscuren
2014-05-20 17:08:53 +02:00
parent 0c4040d191
commit c37b3cef7d
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 RC6"}
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC7"}
Config.Log = NewLogger(logTypes, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")
}