mirror of https://github.com/status-im/op-geth.git
Merge branch 'release/0.2.2' into develop
This commit is contained in:
commit
147a74dff2
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue