diff --git a/common/constants.py b/common/constants.py index 526468aef..370206096 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.12.2" +APP_VERSION = "1.13.0" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'