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