diff --git a/common/constants.py b/common/constants.py index 40d72abc5..5d9aad3b4 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.8.1" +APP_VERSION = "1.8.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'