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

bee 1.9.1

This commit is contained in:
astaxie 2017-11-27 15:51:45 +08:00
parent bfeaf6c8df
commit 4ab8b8e30e

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)