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.
2 parents 3104e84 + cd68626 commit d5e371eCopy full SHA for d5e371e
Makefile
@@ -1,4 +1,4 @@
1
-export VERSION=0.1.18
+export VERSION=0.1.19
2
3
.PHONY : build
4
build:
base/config.go
@@ -31,7 +31,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
31
const DefaultProfile = "default"
32
33
//Version 版本号
34
-const Version = "0.1.18"
+const Version = "0.1.19"
35
36
//ConfigIns 配置实例, 程序加载时生成
37
var ConfigIns = &AggConfig{Profile: "default"}
0 commit comments