Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Jun 22, 2021
1 parent e6fc4f4 commit 40aea14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OpenCore Legacy Patcher changelog

## 0.2.1
- Fix NVMe Crash on build

## 0.2.0
- Refactor device probe logic
- Implement PatcherSupportPkg v0.0.10
Expand Down
2 changes: 1 addition & 1 deletion Resources/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Constants:
def __init__(self):
self.patcher_version = "0.2.0"
self.patcher_version = "0.2.1"
self.opencore_commit = "4e0ff2d - 05-23-2021"
self.opencore_version = "0.7.0"
self.lilu_version = "1.5.4"
Expand Down

0 comments on commit 40aea14

Please sign in to comment.