File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.43 (2023-07-13)
2+
3+ * skip no permission region when query all uhosts in all regions
4+
5+ ## 0.1.42 (2023-02-22)
6+
7+ * add concurrent parameter for uhost creating to tune concurrent level
8+
19## 0.1.41 (2022-11-30)
210
311* remove bandwith limit for unet and udpn product in cli
Original file line number Diff line number Diff line change 1- export VERSION =0.1.42
1+ export VERSION =0.1.43
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.42 "
42+ const Version = "0.1.43 "
4343
4444var UserAgent = fmt .Sprintf ("UCloud-CLI/%s" , Version )
4545
You can’t perform that action at this time.
0 commit comments