diff --git a/common/constants.py b/common/constants.py index 2dd1de994..eeb52687c 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.9.0" +APP_VERSION = "1.10.0" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'