Update Constants.py

This commit is contained in:
Mykola Grymalyuk
2021-06-23 20:33:49 -06:00
committed by GitHub
parent 0428244e60
commit 86ffb83c86

View File

@@ -42,7 +42,7 @@ class Constants:
self.debugenhancer_version = "1.0.3"
self.innie_version = "1.3.0"
self.fw_kext = "1.0.0"
self.patcher_support_pkg_version = "0.0.10" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.0.11" # PatcherSupportPkg
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()