1
0
mirror of https://github.com/beego/bee.git synced 2024-10-31 18:50:54 +00:00

bee update version

This commit is contained in:
askuy 2020-06-20 12:26:28 +08:00
parent 141938e899
commit 8ebb7977f9

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.11.0"
func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError)