This commit is contained in:
obscuren 2014-02-28 16:45:46 +01:00
parent 601340bd46
commit b462ca4aad
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func ReadConfig(base string) *config {
}
}
Config = &config{ExecPath: path, Debug: true, Ver: "0.3.0"}
Config = &config{ExecPath: path, Debug: true, Ver: "0.3.1"}
Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug)
}