From 1b06408d4973b462fa49b6a7a82fe2a0aceae656 Mon Sep 17 00:00:00 2001 From: lixiaojun Date: Wed, 6 Mar 2019 14:59:00 +0800 Subject: [PATCH] 0.1.10 --- Makefile | 2 +- base/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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{}