From 0cd1e69dfebbfee3c06666684bfef42455e4c810 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 16 May 2022 18:15:03 -0600 Subject: [PATCH] Incrment build --- CHANGELOG.md | 4 ++++ resources/constants.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3442d59de..bfc97fd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OpenCore Legacy Patcher changelog +## 0.4.6 +- Fix Bluetooth support in 12.4 Release + - Fix backported to 0.4.4 release + ## 0.4.5 - Fix AutoPatcher.pkg download on releases - Fix backported to 0.4.4 release binaries diff --git a/resources/constants.py b/resources/constants.py index 1f778e043..3e66c683d 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.4.5" # OpenCore-Legacy-Patcher + self.patcher_version = "0.4.6" # OpenCore-Legacy-Patcher self.patcher_support_pkg_version = "0.4.1" # 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/"