Fix BlessOverride typo

Ref: https://github.com/dortania/OpenCore-Legacy-Patcher/issues/382
This commit is contained in:
Mykola Grymalyuk
2021-07-11 17:08:38 -06:00
parent 8159761833
commit 18e3fa37ff
3 changed files with 9 additions and 5 deletions

View File

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