From 38ef4bc89788b7d8413e3e6c218bc2b35a7a8d02 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 6 Apr 2023 12:35:52 -0400 Subject: [PATCH] chore: bump sentinel version to 1.7.2 (#119) --- lib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.py b/lib/config.py index e7d99734..01fb0cfd 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.1" +sentinel_version = "1.7.2" def get_dash_conf():