From 0cbfa3dde30c11749f581ca8856d1dcdf859c7b1 Mon Sep 17 00:00:00 2001 From: Shea Craig Date: Fri, 27 Sep 2019 14:08:13 -0400 Subject: [PATCH] Update utils.py Bump version. --- payload/usr/local/sal/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payload/usr/local/sal/utils.py b/payload/usr/local/sal/utils.py index c8f0970..2f2be8b 100644 --- a/payload/usr/local/sal/utils.py +++ b/payload/usr/local/sal/utils.py @@ -22,7 +22,7 @@ BUNDLE_ID = 'com.github.salopensource.sal' RESULTS_PATH = '/usr/local/sal/checkin_results.json' -VERSION = '3.0.3' +VERSION = '3.0.4' def sal_version():