1
0
mirror of https://github.com/beego/bee.git synced 2024-06-16 19:03:32 +00:00

update version

This commit is contained in:
Mongo 2017-10-03 17:56:04 +08:00
parent 6f393c6af0
commit bbe142b345

View File

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