diff --git a/Makefile b/Makefile index a40e1eae95..17fdd3008c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=0.1.22 +export VERSION=0.1.23 .PHONY : install install: diff --git a/base/config.go b/base/config.go index 8d9b768ec3..6886acc0b1 100644 --- a/base/config.go +++ b/base/config.go @@ -36,7 +36,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/" const DefaultProfile = "default" //Version 版本号 -const Version = "0.1.22" +const Version = "0.1.23" //ConfigIns 配置实例, 程序加载时生成 var ConfigIns = &AggConfig{