diff --git a/Resources/Constants.py b/Resources/Constants.py index 970a61042..2deac96f5 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -8,7 +8,7 @@ from pathlib import Path class Constants: def __init__(self): - self.patcher_version = "0.0.12" + self.patcher_version = "0.0.13" self.opencore_commit = "cbd2fa3" self.opencore_version = "0.6.7" self.lilu_version = "1.5.1"