diff --git a/CHANGELOG.md b/CHANGELOG.md index 09271bea6..8399e40c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.3.4 + ## 0.3.3 - Disable Asset Caching support with spoofless approach - Switch to Minimal or higher if required diff --git a/resources/constants.py b/resources/constants.py index 025649453..1dadb541d 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -14,7 +14,7 @@ from data import os_data class Constants: def __init__(self): # Patcher Versioning - self.patcher_version = "0.3.3" # OpenCore-Legacy-Patcher + self.patcher_version = "0.3.4" # OpenCore-Legacy-Patcher self.patcher_support_pkg_version = "0.2.8" # 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/"