From efae1222c1f10731ecd27230d6a7310dad166019 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sun, 23 Jan 2022 19:25:12 -0500 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 5f8fa01..9eace7a 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' +DASHBOARD_VERSION = 'v3.0.1' # WireGuard's configuration path WG_CONF_PATH = None # Dashboard Config Name