diff --git a/CHANGELOG.md b/CHANGELOG.md index 824d97736..885c2c6c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.2.2 + ## 0.2.1 - Fix NVMe Crash on build diff --git a/Resources/Constants.py b/Resources/Constants.py index 19ac38066..3a6439340 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -12,7 +12,7 @@ from Resources import device_probe class Constants: def __init__(self): - self.patcher_version = "0.2.1" + self.patcher_version = "0.2.2" self.opencore_commit = "4e0ff2d - 05-23-2021" self.opencore_version = "0.7.0" self.lilu_version = "1.5.4"