Bumped version number

pull/150/head
obscuren 11 years ago
parent 334c41d088
commit fd1aa869e1
  1. 2
      ethutil/config.go

@ -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…
Cancel
Save