We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fc4f4 commit 40aea14Copy full SHA for 40aea14
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# OpenCore Legacy Patcher changelog
2
3
+## 0.2.1
4
+- Fix NVMe Crash on build
5
+
6
## 0.2.0
7
- Refactor device probe logic
8
- Implement PatcherSupportPkg v0.0.10
Resources/Constants.py
@@ -12,7 +12,7 @@
12
13
class Constants:
14
def __init__(self):
15
- self.patcher_version = "0.2.0"
+ self.patcher_version = "0.2.1"
16
self.opencore_commit = "4e0ff2d - 05-23-2021"
17
self.opencore_version = "0.7.0"
18
self.lilu_version = "1.5.4"
0 commit comments