Sync PatcherSupportPkg

This commit is contained in:
educovas
2023-05-21 22:14:59 -03:00
committed by GitHub
parent bfe8776a1a
commit 89ef9fb904
2 changed files with 5 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.6" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.0.1" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.0.2" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"