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