diff --git a/CHANGELOG.md b/CHANGELOG.md index 76682e845..3da00d8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ - Settings -> Misc Settings -> APFS Trim - Increment Binaries: - OpenCorePkg 0.8.8 - release - - PatcherSupportPkg 0.8.1 - release + - PatcherSupportPkg 0.8.2 - release - KDKlessWorkaround 1.0.0 - rolling (4924276) - FeatureUnlock 1.1.2 - release - CPUFriend 1.2.6 - release diff --git a/resources/constants.py b/resources/constants.py index ed72c092c..beeafa52e 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -13,7 +13,7 @@ class Constants: def __init__(self): # Patcher Versioning self.patcher_version = "0.6.0" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version = "0.8.1" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.8.2" # PatcherSupportPkg self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/" self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/" self.discord_link = "https://discord.gg/rqdPgH8xSN"