diff --git a/CHANGELOG.md b/CHANGELOG.md index 330588006..da86993cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.4.3 - Increment Binaries: - - PatcherSupportPkg 0.3.3 - release + - PatcherSupportPkg 0.3.4 - release - OpenCorePkg 0.7.8 - release - Lilu 1.6.0 - release - WhateverGreen 1.5.7 - release diff --git a/resources/constants.py b/resources/constants.py index 759f0c8e4..03b29132b 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -15,7 +15,7 @@ class Constants: def __init__(self): # Patcher Versioning self.patcher_version = "0.4.3" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version = "0.3.3" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.3.4" # 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"