We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8940f0d + a59734a commit c7bd115Copy full SHA for c7bd115
2 files changed
Makefile
@@ -1,4 +1,4 @@
1
-export VERSION=0.1.22
+export VERSION=0.1.23
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.22"
+const Version = "0.1.23"
40
41
//ConfigIns 配置实例, 程序加载时生成
42
var ConfigIns = &AggConfig{
0 commit comments