1
0
mirror of https://github.com/beego/bee.git synced 2025-07-04 06:30:18 +00:00
This commit is contained in:
qiantao
2020-05-27 07:56:03 +08:00
parent d3dccd1ef4
commit 6d18c6a289

View File

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