From 6aa0ab21611183577be282972460769c6f5cf9dd Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sat, 30 Dec 2023 12:32:43 -0700 Subject: [PATCH] Increment build --- CHANGELOG.md | 2 ++ resources/constants.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0143cde..8cf761cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 1.4.0 + ## 1.3.0 - Resolve mismatched `CFBundleExecutable` and binary name for kexts. - Resolves ProperTree binary detection (Thanks @CorpNewt). diff --git a/resources/constants.py b/resources/constants.py index df3782198..24af4fed1 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -13,7 +13,7 @@ from data import os_data class Constants: def __init__(self) -> None: # Patcher Versioning - self.patcher_version: str = "1.3.0" # OpenCore-Legacy-Patcher + self.patcher_version: str = "1.4.0" # OpenCore-Legacy-Patcher self.patcher_support_pkg_version: str = "1.4.6" # PatcherSupportPkg self.copyright_date: str = "Copyright © 2020-2023 Dortania" self.patcher_name: str = "OpenCore Legacy Patcher"