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