Merge pull request #671 from beego/develop

bee upgrade version to 1.11.0
This commit is contained in:
askuy 2020-06-20 12:28:43 +08:00 committed by GitHub
commit fc12eabbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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.10.0"
const version = "1.11.0"
func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError)