chore(release): v0.6.0

This commit is contained in:
tuxgyver
2026-09-01 15:09:38 +02:00
parent 1f555eafc7
commit 6251a3ea8e
7 changed files with 46 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""
WGSecure (WGS) — Interface graphique WireGuard avec MFA
Version 0.5.0
Version 0.6.0
"""
import sys
import argparse
@@ -92,7 +92,7 @@ def main():
)
app = QApplication(sys.argv)
app.setApplicationName("WGSecure")
app.setApplicationVersion("0.5.0")
app.setApplicationVersion("0.6.0")
app.setOrganizationName("WGS")
# Icône globale multi-tailles — barre des tâches + alt-tab
app_icon = icons.icon_app()