From c5bc543c1341a5ca288daba3eae708aa298d036d Mon Sep 17 00:00:00 2001 From: astaxie Date: Wed, 19 Apr 2017 23:52:32 +0800 Subject: [PATCH] update to v1.8.2 --- cmd/commands/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/version/version.go b/cmd/commands/version/version.go index a1a3050..596bcf5 100644 --- a/cmd/commands/version/version.go +++ b/cmd/commands/version/version.go @@ -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)