1
0
mirror of https://github.com/beego/bee.git synced 2024-11-21 23:50:54 +00:00

Change bee version

This commit is contained in:
wangle 2020-07-24 16:24:09 +08:00 committed by askuy
parent 0e6ce7dea0
commit e0ce20407c

View File

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