1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 05:53:28 +00:00
This commit is contained in:
astaxie 2017-05-18 22:58:13 +08:00
parent bacdca6037
commit 0d0e583346

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