mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 11:00:16 +10:00
Increment version
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.0.12
|
||||||
|
|
||||||
## 0.0.11
|
## 0.0.11
|
||||||
- Re-add OpenCore GUI
|
- Re-add OpenCore GUI
|
||||||
- Rewrite in py3
|
- Rewrite in py3
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.0.11"
|
self.patcher_version = "0.0.12"
|
||||||
self.opencore_commit = "cbd2fa3"
|
self.opencore_commit = "cbd2fa3"
|
||||||
self.opencore_version = "0.6.7"
|
self.opencore_version = "0.6.7"
|
||||||
self.lilu_version = "1.5.1"
|
self.lilu_version = "1.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user