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 配置文件路径