mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
bump
This commit is contained in:
parent
006c757a03
commit
a428533160
1 changed files with 1 additions and 1 deletions
|
|
@ -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.Log = NewLogger(logTypes, LogLevelDebug)
|
||||
Config.SetClientString("/Ethereum(G)")
|
||||
|
|
|
|||
Loading…
Reference in a new issue