diff --git a/Makefile b/Makefile index ef80c4ceff..edb2167e4d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=0.1.12 +export VERSION=0.1.13 .PHONY : build build: diff --git a/base/config.go b/base/config.go index 5b85a59a1a..4d1f8df878 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.12" +const Version = "0.1.13" //ConfigIns 配置实例, 程序加载时生成 var ConfigIns = &AggConfig{}