diff --git a/Makefile b/Makefile index 4099c72d5d..954e9f200b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=0.1.9 +export VERSION=0.1.10 .PHONY : build build: diff --git a/base/config.go b/base/config.go index 89405f244e..7ad7541ec8 100644 --- a/base/config.go +++ b/base/config.go @@ -30,7 +30,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/" const DefaultProfile = "default" //Version 版本号 -const Version = "0.1.9" +const Version = "0.1.10" //ConfigIns 配置实例, 程序加载时生成 var ConfigIns = &AggConfig{}