Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore: bump sentinel version to 1.7.2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez authored Apr 6, 2023
1 parent ad5daa2 commit 38ef4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 38ef4bc

Please sign in to comment.