Skip to content

Commit 2753f88

Browse files
committed
Sync PatcherSupportPkg
1 parent 4056224 commit 2753f88

File tree

2 files changed

+129
-130
lines changed

2 files changed

+129
-130
lines changed

opencore_legacy_patcher/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Constants:
1414
def __init__(self) -> None:
1515
# Patcher Versioning
1616
self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher
17-
self.patcher_support_pkg_version: str = "1.7.3" # PatcherSupportPkg
17+
self.patcher_support_pkg_version: str = "1.7.4" # PatcherSupportPkg
1818
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
1919
self.patcher_name: str = "OpenCore Legacy Patcher"
2020

0 commit comments

Comments
 (0)