aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-02-20 10:26:38 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-02-20 11:14:00 +0000
commit67530f8b471514dabb5a69b3a157c0e941007746 (patch)
treee2c601fcf974c60b502c4d58875ff5f63896099b /resources/libraries/python/Constants.py
parentc18a940c44f566b1bdaa91d9015c5730ffd57679 (diff)
feat(telemetry): Data compress
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I652844e722e24cb49f09a3f30aabe3103e271079 (cherry picked from commit 28dc464d05d62c22ec6b3dee01fafffcd0ab754d) (cherry picked from commit ad9bf8a4651edf37214865492f3127a89abd803c)
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py2
1 files changed, 1 insertions, 1 deletions
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")