diff --git a/common/constants.py b/common/constants.py index b62c87c39..1bf57ba6e 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.6.3" +APP_VERSION = "1.7.0" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'