Bump version

This commit is contained in:
Mykola Grymalyuk
2021-04-05 15:55:14 -06:00
parent 548dad7743
commit 57713ab195
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog # OpenCore Legacy Patcher changelog
## 0.0.21
## 0.0.20 ## 0.0.20
- Fix CPU Calculation on early MCP79 chipsets (ie. iMac9,1, MacBook5,x) - Fix CPU Calculation on early MCP79 chipsets (ie. iMac9,1, MacBook5,x)
- Increment binaries - Increment binaries

View File

@@ -9,7 +9,7 @@ from pathlib import Path
class Constants: class Constants:
def __init__(self): def __init__(self):
self.patcher_version = "0.0.20" self.patcher_version = "0.0.21"
self.opencore_commit = "c528597 - 2021-04-05" self.opencore_commit = "c528597 - 2021-04-05"
self.opencore_version = "0.6.8" self.opencore_version = "0.6.8"
self.lilu_version = "1.5.2" self.lilu_version = "1.5.2"