修改版本号

This commit is contained in:
bjdgyc
2021-12-31 17:32:25 +08:00
parent ea84a29350
commit f0305415ae
3 changed files with 3 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ package base
const (
APP_NAME = "AnyLink"
// 修复前端bug
APP_VER = "0.7.1"
APP_VER = "0.7.2"
)