update to v1.8.2

This commit is contained in:
astaxie 2017-04-19 23:52:32 +08:00
parent db57fa50a0
commit c5bc543c13
1 changed files with 1 additions and 1 deletions

View File

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