From fc402aff29c8817eec56d16a86c3addd20043b71 Mon Sep 17 00:00:00 2001 From: Ben Thomasson Date: Fri, 28 Feb 2020 15:28:31 -0500 Subject: [PATCH] Bumps the version of config.json to 1.1 --- awx/main/analytics/collectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/analytics/collectors.py b/awx/main/analytics/collectors.py index c5263ee66c..d633e41aeb 100644 --- a/awx/main/analytics/collectors.py +++ b/awx/main/analytics/collectors.py @@ -31,7 +31,7 @@ data _since_ the last report date - i.e., new data in the last 24 hours) ''' -@register('config', '1.0') +@register('config', '1.1') def config(since): license_info = get_license(show_key=False) install_type = 'traditional'