From 6d18c6a2894480420fd35cc5cce6f31ac1d2fb26 Mon Sep 17 00:00:00 2001 From: qiantao Date: Wed, 27 May 2020 07:56:03 +0800 Subject: [PATCH] 1.10.1 --- 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..2877904 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.10.1" func init() { fs := flag.NewFlagSet("version", flag.ContinueOnError)