1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 05:00:54 +00:00
This commit is contained in:
asta xie 2017-09-12 21:23:20 +08:00
parent fbbb713465
commit ceefd74c9b

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.0" const version = "1.9.1"
func init() { func init() {
fs := flag.NewFlagSet("version", flag.ContinueOnError) fs := flag.NewFlagSet("version", flag.ContinueOnError)