From 6dcdc9766a368c2802f31a835a2a8a6e1d9c4e33 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Fri, 13 Aug 2021 17:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/base/app_ver.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/base/app_ver.go b/server/base/app_ver.go index ddd4aa2..6051d04 100644 --- a/server/base/app_ver.go +++ b/server/base/app_ver.go @@ -2,6 +2,6 @@ package base const ( APP_NAME = "AnyLink" - // 添加访问日志审计 - APP_VER = "0.5.2" + // 添加macvtap支持 + APP_VER = "0.6.1" )