From 4843ed92c9b89524966d3a7c5f2e1b7914fc057c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 18 Jun 2021 16:53:28 -0600 Subject: [PATCH] Increment PatcherSupportPkg --- Resources/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Constants.py b/Resources/Constants.py index 4264489fb..0690bf6e7 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -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.2" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.0.4" # PatcherSupportPkg # Get resource path self.current_path = Path(__file__).parent.parent.resolve()