Increment build

This commit is contained in:
Mykola Grymalyuk
2022-10-27 09:21:44 -06:00
parent f0991d2cd0
commit 5a67212bdc
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from data import os_data
class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.5.1" # OpenCore-Legacy-Patcher
self.patcher_version = "0.5.2" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.7.1" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"