From ea51bf234374623625ec149f0492fb5d58476616 Mon Sep 17 00:00:00 2001 From: qiantao Date: Thu, 18 Jun 2020 16:22:22 +0800 Subject: [PATCH] 1.10.2 --- cmd/commands/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/commands/version/version.go b/cmd/commands/version/version.go index 2877904..8ba56c6 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.1" +const version = "1.10.2" func init() { fs := flag.NewFlagSet("version", flag.ContinueOnError) @@ -124,7 +124,7 @@ func GetBeegoVersion() string { } wgopath := utils.GetGOPATHs() if len(wgopath) == 0 { - beeLogger.Log.Error("You need to set GOPATH environment variable") + beeLogger.Log.Error("GOPATH environment is empty,may be you use `go module`") return "" } for _, wg := range wgopath {