Commit 147a74df authored by obscuren's avatar obscuren

Merge branch 'release/0.2.2' into develop

parents 334c41d0 fd1aa869
...@@ -43,7 +43,7 @@ func ReadConfig(base string) *config { ...@@ -43,7 +43,7 @@ func ReadConfig(base string) *config {
} }
} }
Config = &config{ExecPath: path, Debug: true, Ver: "0.2.1"} Config = &config{ExecPath: path, Debug: true, Ver: "0.2.2"}
Config.Log = NewLogger(LogFile|LogStd, 0) Config.Log = NewLogger(LogFile|LogStd, 0)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment