From b9e09bf91b9231f909cab4ce613374f6458322d8 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 6 Dec 2025 23:33:38 +0800 Subject: [PATCH] Update DashboardConfig.py --- src/modules/DashboardConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/DashboardConfig.py b/src/modules/DashboardConfig.py index 2aeedc5e..7fef8d05 100644 --- a/src/modules/DashboardConfig.py +++ b/src/modules/DashboardConfig.py @@ -16,7 +16,7 @@ from .DashboardAPIKey import DashboardAPIKey class DashboardConfig: - DashboardVersion = 'v4.3.0.1' + DashboardVersion = 'v4.3.0.2' ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.') ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini')