We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34db072 commit 20bb892Copy full SHA for 20bb892
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.47 (2024-05-08)
2
+
3
+* support repeating generic api call
4
5
## 0.1.46 (2023-12-28)
6
7
* update ucloud go sdk version
Makefile
@@ -1,4 +1,4 @@
-export VERSION=0.1.46
+export VERSION=0.1.47
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
.PHONY : install
base/config.go
@@ -39,7 +39,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
39
const DefaultProfile = "default"
40
41
// Version 版本号
42
-const Version = "0.1.46"
+const Version = "0.1.47"
43
44
var UserAgent = fmt.Sprintf("UCloud-CLI/%s", Version)
45
0 commit comments