From ab22a225c451e0ff846cf223b4e3af68d7b9b304 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Fri, 15 Oct 2021 19:54:38 -0600 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 e02de4f2d..dc63eaa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.3.1 + ## 0.3.0 - Fix Nvidia Tesla Acceleration in Monterey Beta 7+ - Add missing NVDAStartup diff --git a/resources/constants.py b/resources/constants.py index 257729c2b..e3491615b 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -13,7 +13,7 @@ from resources import device_probe class Constants: def __init__(self): # Patcher Versioning - self.patcher_version = "0.3.0" # OpenCore-Legacy-Patcher + self.patcher_version = "0.3.1" # OpenCore-Legacy-Patcher self.patcher_support_pkg_version = "0.1.7" # 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/"