Resolve CI validation errors

This commit is contained in:
Mykola Grymalyuk
2023-07-17 12:25:36 -06:00
parent 9b3bf07494
commit 44c2f9cbd4
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.8" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.1.5" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.1.6" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"