更新版本信息

This commit is contained in:
bjdgyc 2021-06-07 17:28:37 +08:00
parent 4f3f22e6d3
commit cd8922237f
1 changed files with 2 additions and 1 deletions
server/base

View File

@ -2,5 +2,6 @@ package base
const (
APP_NAME = "AnyLink"
APP_VER = "0.3.1"
// 修复严重bug
APP_VER = "0.3.3"
)