Update DashboardConfig.py

pull/1009/head
Donald Zou 2025-12-06 23:33:38 +08:00
parent 1fe03e1664
commit b9e09bf91b
1 changed files with 1 additions and 1 deletions

View File

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