diff --git a/common/constants.py b/common/constants.py index 6ccf3b3ec..4c9b33f7f 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.3.2" +APP_VERSION = "1.4.0" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'