Update app_ver.go

添加radius支持
This commit is contained in:
bjdgyc
2022-07-01 15:42:47 +08:00
committed by GitHub
parent 3aff1daaf2
commit 06931551d0

View File

@@ -2,6 +2,6 @@ package base
const (
APP_NAME = "AnyLink"
// 修复 CVE-2016-2183
APP_VER = "0.7.4"
// 添加radius支持
APP_VER = "0.8.1"
)