From 75c6d1008920e58aa82eb0d2b3ae625166fc496e Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Wed, 6 Oct 2021 10:37:11 -0600 Subject: [PATCH] Fix accidental deletion --- resources/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/constants.py b/resources/constants.py index ff36ba2c7..09b69bf59 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -13,6 +13,7 @@ from resources import device_probe class Constants: def __init__(self): # Patcher Versioning + self.patcher_version = "0.3.0" # OpenCore-Legacy-Patcher self.patcher_support_pkg_version = "0.1.6" # 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/"