From 0b8c4b20b69195fbe7b9132c7710ef447d1b6282 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Wed, 21 Apr 2021 12:17:38 -0600 Subject: [PATCH] Update menubar patches --- Resources/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Constants.py b/Resources/Constants.py index a29787bd5..5f732a046 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -35,7 +35,7 @@ class Constants: self.smcspoof_version = "1.0.0" self.cputscsync = "1.0.3" self.hibernationfixup = "1.3.9" - self.payload_version = "0.0.2" + self.payload_version = "0.0.3" # Get resource path self.current_path = Path(__file__).parent.parent.resolve()