diff --git a/Makefile b/Makefile index 2229dd3d95..9a4582ef73 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=0.1.18 +export VERSION=0.1.19 .PHONY : build build: diff --git a/base/config.go b/base/config.go index 4ff44178dc..1f42b3b8ab 100644 --- a/base/config.go +++ b/base/config.go @@ -31,7 +31,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/" const DefaultProfile = "default" //Version 版本号 -const Version = "0.1.18" +const Version = "0.1.19" //ConfigIns 配置实例, 程序加载时生成 var ConfigIns = &AggConfig{Profile: "default"}