Fix issues (#931)

* fix #929

* fix #925

* add test case

* update model README

* fix #929

* fix #929

* fix #929

* refactor dir

* Adding todo comments

Co-authored-by: anqiansong <anqiansong@xiaoheiban.cn>
This commit is contained in:
anqiansong
2021-08-19 22:47:45 +08:00
committed by GitHub
parent a523ab1f93
commit 189721da16
7 changed files with 142 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ import (
)
var (
buildVersion = "1.1.10"
buildVersion = "1.1.11-beta"
commands = []cli.Command{
{
Name: "upgrade",
@@ -655,3 +655,7 @@ func main() {
fmt.Println(aurora.Red("error: " + err.Error()))
}
}
func init() {
os.Setenv("GOCTL_VERSION", buildVersion)
}