From 277509ab8856b03a5accb612087153948ec0b44f Mon Sep 17 00:00:00 2001 From: guan <1032238721@qq.com> Date: Wed, 3 Jul 2019 21:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 779b758..b30128a 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.10.0" +const version = "1.11.0" func init() { fs := flag.NewFlagSet("version", flag.ContinueOnError)