Incrment build

This commit is contained in:
Mykola Grymalyuk
2022-05-16 18:15:03 -06:00
parent cbeedb7374
commit 0cd1e69dfe
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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/"