From b51beb87079b945bb7c65e940634b7487e7107bc Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 14 Dec 2021 15:20:59 -0700 Subject: [PATCH] Increment build to 0.3.4 --- CHANGELOG.md | 2 ++ resources/constants.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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/"