We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2f3ac commit b9e2b89Copy full SHA for b9e2b89
2 files changed
Makefile
@@ -1,4 +1,4 @@
1
-export VERSION=0.1.29
+export VERSION=0.1.30
2
3
.PHONY : install
4
install:
base/config.go
@@ -36,7 +36,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
36
const DefaultProfile = "default"
37
38
//Version 版本号
39
-const Version = "0.1.29"
+const Version = "0.1.30"
40
41
//ConfigIns 配置实例, 程序加载时生成
42
var ConfigIns = &AggConfig{
0 commit comments