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

bee 1.8.3

This commit is contained in:
astaxie 2017-04-24 21:11:32 +08:00
parent e84d6f9a9c
commit 963e1c9d05

View File

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