From 963e1c9d058351f5f77cd9ec3140b5598770078a Mon Sep 17 00:00:00 2001 From: astaxie Date: Mon, 24 Apr 2017 21:11:32 +0800 Subject: [PATCH] bee 1.8.3 --- 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 0a9197d..b318c8e 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.2" +const version = "1.8.3" func init() { fs := flag.NewFlagSet("version", flag.ContinueOnError)