mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
Bump
This commit is contained in:
parent
c03bf14e02
commit
dbf8645aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ func ReadConfig(base string) *config {
|
|||
}
|
||||
}
|
||||
|
||||
Config = &config{ExecPath: path, Debug: true, Ver: "0.5 RC1"}
|
||||
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC2"}
|
||||
Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug)
|
||||
Config.SetClientString("/Ethereum(G)")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue