We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cdce2 commit 7f5ee4fCopy full SHA for 7f5ee4f
1 file changed
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.40"
+const Version = "0.1.41"
43
44
var UserAgent = fmt.Sprintf("UCloud-CLI/%s", Version)
45
0 commit comments