Merge pull request #1009 from WGDashboard/version-bump-v4.3.0.2

Version Bump to v4.3.0.2
pull/1010/head^2
Donald Zou 2025-12-06 23:34:11 +08:00 committed by GitHub
commit c7bed91626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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')