Commit a4285331 authored by obscuren's avatar obscuren

bump

parent 006c757a
...@@ -43,7 +43,7 @@ func ReadConfig(base string, logTypes LoggerType, id string) *config { ...@@ -43,7 +43,7 @@ func ReadConfig(base string, logTypes LoggerType, id string) *config {
} }
} }
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC9"} Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC10"}
Config.Identifier = id Config.Identifier = id
Config.Log = NewLogger(logTypes, LogLevelDebug) Config.Log = NewLogger(logTypes, LogLevelDebug)
Config.SetClientString("/Ethereum(G)") Config.SetClientString("/Ethereum(G)")
......
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