1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 00:43:27 +00:00

Revert "Change bee version"

This reverts commit e0ce20407c.
This commit is contained in:
askuy 2020-07-27 13:11:14 +08:00 committed by GitHub
parent cbaa437ead
commit d248663f26

View File

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