diff --git a/lib/config.py b/lib/config.py index 18585b57..f2479f49 100644 --- a/lib/config.py +++ b/lib/config.py @@ -10,7 +10,7 @@ ) sentinel_config_file = os.environ.get("SENTINEL_CONFIG", default_sentinel_config) sentinel_cfg = DashConfig.tokenize(sentinel_config_file) -sentinel_version = "1.7.3" +sentinel_version = "1.7.4" def get_dash_conf():