From f4d3154fd1ffc1cf24d7e0ec0633edf41dfd0a8f Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 17 May 2021 12:32:40 -0600 Subject: [PATCH] Increment Build Version --- CHANGELOG.md | 2 ++ Resources/Constants.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cff48036..a8537ce2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.1.6 + ## 0.1.5 - Fix crashing when Wireless module not present - Add iMac10,1 default dGPU pathing diff --git a/Resources/Constants.py b/Resources/Constants.py index 8e744766b..cb4db447b 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -9,7 +9,7 @@ from pathlib import Path class Constants: def __init__(self): - self.patcher_version = "0.1.5" + self.patcher_version = "0.1.6" self.opencore_commit = "65cc81b - 05-03-2021" self.opencore_version = "0.6.9" self.lilu_version = "1.5.3"