mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
Fix versioning
This commit is contained in:
@@ -9,7 +9,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.1.3"
|
self.patcher_version = "0.1.4"
|
||||||
self.opencore_commit = "65cc81b - 05-03-2021"
|
self.opencore_commit = "65cc81b - 05-03-2021"
|
||||||
self.opencore_version = "0.6.9"
|
self.opencore_version = "0.6.9"
|
||||||
self.lilu_version = "1.5.3"
|
self.lilu_version = "1.5.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user