From a13938b8d877292da17dca5b516e677f00039219 Mon Sep 17 00:00:00 2001 From: lixiaojun Date: Thu, 27 Dec 2018 15:33:28 +0800 Subject: [PATCH] 0.1.7 --- Makefile | 2 +- base/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3736c704a..e6a09294bf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=0.1.6 +export VERSION=0.1.7 .PHONY : build build: diff --git a/base/config.go b/base/config.go index 9689bf9aa9..67b37aca5a 100644 --- a/base/config.go +++ b/base/config.go @@ -16,7 +16,7 @@ import ( const configFile = "config.json" //Version 版本号 -const Version = "0.1.6" +const Version = "0.1.7" //ConfigPath 配置文件路径