From 570e22dfe17758c715c2fce94098ec8d62778e6b Mon Sep 17 00:00:00 2001 From: Ben Goodstein <6999946+fuzzylogiq@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:00:02 +0100 Subject: [PATCH] Bump version --- munki_rebrand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munki_rebrand.py b/munki_rebrand.py index b599cfe..ac5d472 100755 --- a/munki_rebrand.py +++ b/munki_rebrand.py @@ -38,7 +38,7 @@ import io import json -VERSION = "5.5.1" +VERSION = "5.6" APPNAME = "Managed Software Center"