We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4056224 commit 2753f88Copy full SHA for 2753f88
opencore_legacy_patcher/constants.py
@@ -14,7 +14,7 @@ class Constants:
14
def __init__(self) -> None:
15
# Patcher Versioning
16
self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher
17
- self.patcher_support_pkg_version: str = "1.7.3" # PatcherSupportPkg
+ self.patcher_support_pkg_version: str = "1.7.4" # PatcherSupportPkg
18
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
19
self.patcher_name: str = "OpenCore Legacy Patcher"
20
0 commit comments