Skip to content

Commit 40aea14

Browse files
committed
Update build
1 parent e6fc4f4 commit 40aea14

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OpenCore Legacy Patcher changelog
22

3+
## 0.2.1
4+
- Fix NVMe Crash on build
5+
36
## 0.2.0
47
- Refactor device probe logic
58
- Implement PatcherSupportPkg v0.0.10

Resources/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class Constants:
1414
def __init__(self):
15-
self.patcher_version = "0.2.0"
15+
self.patcher_version = "0.2.1"
1616
self.opencore_commit = "4e0ff2d - 05-23-2021"
1717
self.opencore_version = "0.7.0"
1818
self.lilu_version = "1.5.4"

0 commit comments

Comments
 (0)