File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.1.38 (2021-07-07)
1+ ## 0.1.39 (2022-06-13)
2+
3+ * fix init failure when user donot have a default project in ucloud console.
4+ * update the description of init.
5+
6+ ## 0.1.38 (2022-04-27)
27
38* fix build failure when using go 1.18 on darwin_arm64. ([ golang/go #49219 ] ( https://github.com/golang/go/issues/49219 ) )
49
Original file line number Diff line number Diff line change 1- export VERSION =0.1.38
1+ export VERSION =0.1.39
22GOFMT_FILES? =$$(find . -name '*.go' |grep -v vendor )
33
44.PHONY : install
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
3939const DefaultProfile = "default"
4040
4141//Version 版本号
42- const Version = "0.1.38 "
42+ const Version = "0.1.39 "
4343
4444var UserAgent = fmt .Sprintf ("UCloud-CLI/%s" , Version )
4545
You can’t perform that action at this time.
0 commit comments