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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user