From effe5b32fd591f99dabacb172ce2ac1eae41783a Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 4 May 2024 11:40:32 +0800 Subject: [PATCH] Update dashboard.py --- src/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard.py b/src/dashboard.py index 3776e58..4310104 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -31,7 +31,7 @@ from util import regex_match, check_DNS, check_Allowed_IPs, check_remote_endpoin check_IP_with_range, clean_IP_with_range # Dashboard Version -DASHBOARD_VERSION = 'v3.0.6' +DASHBOARD_VERSION = 'v3.0.6.2' # WireGuard's configuration path WG_CONF_PATH = None