Update PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2021-08-28 13:14:40 -06:00
parent 8c646b7897
commit 6ca3e3524e
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ class Constants:
self.latebloom_version = "0.19"
self.disk = ""
self.patch_disk = ""
self.patcher_support_pkg_version = "0.0.15" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.0.18" # PatcherSupportPkg
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()