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 97f820c commit ca48dc4Copy full SHA for ca48dc4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.44 (2023-08-15)
2
+
3
+* fix failing to specify release-eip and delete-cloud-disk to false
4
5
## 0.1.43 (2023-07-13)
6
7
* skip no permission region when query all uhosts in all regions
Makefile
@@ -1,4 +1,4 @@
-export VERSION=0.1.43
+export VERSION=0.1.44
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.43"
+const Version = "0.1.44"
43
44
var UserAgent = fmt.Sprintf("UCloud-CLI/%s", Version)
45
0 commit comments