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

Commit 4ced483

Browse files
authored
chore: bump sentinel version (#107)
1 parent 5989c34 commit 4ced483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
sentinel_config_file = os.environ.get('SENTINEL_CONFIG', default_sentinel_config)
1212
sentinel_cfg = DashConfig.tokenize(sentinel_config_file)
13-
sentinel_version = "1.7.0"
13+
sentinel_version = "1.7.1"
1414

1515

1616
def get_dash_conf():

0 commit comments

Comments
 (0)