修改配置文件目录到 conf 下

This commit is contained in:
bjdgyc
2021-07-05 13:26:17 +08:00
parent 1b4fe6e450
commit f6fd01d1e5
2 changed files with 5 additions and 5 deletions

View File

@@ -3,5 +3,5 @@ package base
const (
APP_NAME = "AnyLink"
// 修复严重bug
APP_VER = "0.4.1"
APP_VER = "0.4.2"
)