We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1661d4 commit 1b06408Copy full SHA for 1b06408
2 files changed
Makefile
@@ -1,4 +1,4 @@
1
-export VERSION=0.1.9
+export VERSION=0.1.10
2
3
.PHONY : build
4
build:
base/config.go
@@ -30,7 +30,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
30
const DefaultProfile = "default"
31
32
//Version 版本号
33
-const Version = "0.1.9"
+const Version = "0.1.10"
34
35
//ConfigIns 配置实例, 程序加载时生成
36
var ConfigIns = &AggConfig{}
0 commit comments