Increment build

This commit is contained in:
Mykola Grymalyuk
2021-06-22 10:19:48 -06:00
parent 40aea143cf
commit 8f251c1214
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog # OpenCore Legacy Patcher changelog
## 0.2.2
## 0.2.1 ## 0.2.1
- Fix NVMe Crash on build - Fix NVMe Crash on build

View File

@@ -12,7 +12,7 @@ from Resources import device_probe
class Constants: class Constants:
def __init__(self): def __init__(self):
self.patcher_version = "0.2.1" self.patcher_version = "0.2.2"
self.opencore_commit = "4e0ff2d - 05-23-2021" self.opencore_commit = "4e0ff2d - 05-23-2021"
self.opencore_version = "0.7.0" self.opencore_version = "0.7.0"
self.lilu_version = "1.5.4" self.lilu_version = "1.5.4"