Increment build

This commit is contained in:
Mykola Grymalyuk
2021-03-27 15:32:42 -06:00
parent 19e43d2850
commit 69a41b2951
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog
## 0.0.20
## 0.0.19
- Add SMC-Spoof.kext to avoid triggering `smcupdater`
- Add Root Volume patching for older machines

View File

@@ -9,7 +9,7 @@ from pathlib import Path
class Constants:
def __init__(self):
self.patcher_version = "0.0.19"
self.patcher_version = "0.0.20"
self.opencore_commit = "9cd61bb - 2021-03-27"
self.opencore_version = "0.6.8"
self.lilu_version = "1.5.1"