diff --git a/CHANGELOG.md b/CHANGELOG.md index 26dce804e..f355512cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.1.5 + ## 0.1.4 - Fix Device Path formatting on 2012+ iMacs diff --git a/Resources/Constants.py b/Resources/Constants.py index feb67ee4c..6a0c1439a 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.4" + self.patcher_version = "0.1.5" self.opencore_commit = "65cc81b - 05-03-2021" self.opencore_version = "0.6.9" self.lilu_version = "1.5.3"