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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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"
)