small fix (again)

This commit is contained in:
seuyh
2025-09-23 00:43:32 +07:00
parent d4f6cee2e2
commit 4eafda9f44
+1 -1
View File
@@ -66,7 +66,7 @@ class MainWindow(QMainWindow, ui_main.Ui_MainWindow):
self.creamapidone = False
self.GITHUB_REPO = "https://api.github.com/repos/seuyh/stellaris-dlc-unlocker/releases/latest"
self.current_version = '2.24'
self.current_version = '2.25'
self.version_label.setText(f'Ver. {str(self.current_version)}')
self.copy_files_radio.setVisible(False)