chore(release): v0.4.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
WGSecure (WGS) — Interface graphique WireGuard avec MFA
|
||||
Version 0.4.5
|
||||
Version 0.4.6
|
||||
"""
|
||||
import sys
|
||||
import argparse
|
||||
@@ -92,7 +92,7 @@ def main():
|
||||
)
|
||||
app = QApplication(sys.argv)
|
||||
app.setApplicationName("WGSecure")
|
||||
app.setApplicationVersion("0.4.5")
|
||||
app.setApplicationVersion("0.4.6")
|
||||
app.setOrganizationName("WGS")
|
||||
# Icône globale multi-tailles — barre des tâches + alt-tab
|
||||
app_icon = icons.icon_app()
|
||||
|
||||
Reference in New Issue
Block a user