1
0
mirror of https://github.com/beego/bee.git synced 2024-11-24 18:30:53 +00:00
This commit is contained in:
astaxie 2017-07-19 00:28:53 +08:00
parent 3523212500
commit b65934a764

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