mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 01:23:45 +00:00
Bumped version number
This commit is contained in:
parent
334c41d088
commit
fd1aa869e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue