diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ebbd179..82ac1dad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OpenCore Legacy Patcher changelog +## 0.2.0 + + + ## 0.1.9 - Fix incorrect AMFI and SIP detection diff --git a/Resources/Constants.py b/Resources/Constants.py index 89eaaa694..0c39dedfe 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.9" + self.patcher_version = "0.2.0" self.opencore_commit = "4e0ff2d - 05-23-2021" self.opencore_version = "0.7.0" self.lilu_version = "1.5.4"