From 28dc464d05d62c22ec6b3dee01fafffcd0ab754d Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 20 Feb 2023 10:26:38 +0000 Subject: feat(telemetry): Data compress Signed-off-by: pmikus Change-Id: I652844e722e24cb49f09a3f30aabe3103e271079 --- resources/libraries/python/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/Constants.py') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 4cf6681324..01e3a0154a 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -120,7 +120,7 @@ class Constants: """Constants used in CSIT.""" # Version for CSIT data model. See docs/model/. - MODEL_VERSION = u"1.3.0" + MODEL_VERSION = u"1.4.0" # Global off-switch in case JSON export is large or slow. EXPORT_JSON = get_optimistic_bool_from_env(u"EXPORT_JSON") -- cgit 1.2.3-korg