1
0
mirror of https://github.com/beego/bee.git synced 2024-06-26 05:04:13 +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 var outputFormat string
const version = "1.9.1" const version = "1.9.2"
func init() { func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError) fs := flag.NewFlagSet("version", flag.ContinueOnError)