Increment Build

This commit is contained in:
Mykola Grymalyuk
2021-06-15 09:55:10 -06:00
parent 178c604507
commit eb9b137323
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog
## 0.1.9
## 0.1.8
- Fix Kernel Panic in Big Sur and Monterey
- Increment binaries:

View File

@@ -9,7 +9,7 @@ from pathlib import Path
class Constants:
def __init__(self):
self.patcher_version = "0.1.8"
self.patcher_version = "0.1.9"
self.opencore_commit = "4e0ff2d - 05-23-2021"
self.opencore_version = "0.7.0"
self.lilu_version = "1.5.4"