From 0d0e583346dac84765d9ee9d68789ce0009a9322 Mon Sep 17 00:00:00 2001 From: astaxie Date: Thu, 18 May 2017 22:58:13 +0800 Subject: [PATCH] v1.8.4 --- 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 b318c8e..563b6dd 100644 --- a/cmd/commands/version/version.go +++ b/cmd/commands/version/version.go @@ -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)