Skip to content

Commit d0eada1

Browse files
committed
Increment build
1 parent 06b3cf2 commit d0eada1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.0
4+
35
## 0.0.23
46
- Fix MacBookPro4,1 15" and 17" audio support
57
- Fix iMac7,1 24" and iMac9,1 24" audio support

Resources/Constants.py

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

1010
class Constants:
1111
def __init__(self):
12-
self.patcher_version = "0.0.23"
12+
self.patcher_version = "0.1.0"
1313
self.opencore_commit = "c528597 - 2021-04-05"
1414
self.opencore_version = "0.6.8"
1515
self.lilu_version = "1.5.2"

0 commit comments

Comments
 (0)