1
0
mirror of https://github.com/beego/bee.git synced 2025-07-11 13:11:02 +00:00

fix *time.Time type parse error.

This commit is contained in:
guoshaowei
2018-05-10 14:37:03 +08:00
parent e90da8f77b
commit bb68873f45
2 changed files with 6 additions and 3 deletions

View File

@ -57,7 +57,7 @@ Prints the current Bee, Beego and Go version alongside the platform information.
}
var outputFormat string
const version = "1.9.1"
const version = "1.9.2"
func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError)