From 1ccd97414e8365517c0cb9e157d0248020c991bb Mon Sep 17 00:00:00 2001 From: lixiaojun Date: Wed, 12 Dec 2018 16:26:34 +0800 Subject: [PATCH] 0.1.6 --- Makefile | 2 +- base/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 663ceb6e6d..d3736c704a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=0.1.5 +export VERSION=0.1.6 .PHONY : build build: diff --git a/base/config.go b/base/config.go index 109707f9f9..9689bf9aa9 100644 --- a/base/config.go +++ b/base/config.go @@ -16,7 +16,7 @@ import ( const configFile = "config.json" //Version 版本号 -const Version = "0.1.5" +const Version = "0.1.6" //ConfigPath 配置文件路径