pull/150/head
obscuren 11 years ago
parent 601340bd46
commit b462ca4aad
  1. 2
      ethutil/config.go

@ -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)
}

Loading…
Cancel
Save