We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1d799 commit e7c9166Copy full SHA for e7c9166
UI_logic/MainWindow.py
@@ -56,7 +56,7 @@ def __init__(self):
56
self.creamapidone = False
57
58
self.GITHUB_REPO = "https://api.github.com/repos/seuyh/stellaris-dlc-unlocker/releases/latest"
59
- self.current_version = '2.0'
+ self.current_version = '2.1'
60
self.version_label.setText(f'Ver. {str(self.current_version)}')
61
62
self.copy_files_radio.setVisible(False)
0 commit comments