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 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored Aug 17, 2022
1 parent 5989c34 commit 4ced483
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.0"
sentinel_version = "1.7.1"


def get_dash_conf():
Expand Down

0 comments on commit 4ced483

Please sign in to comment.