diff --git a/frontend/src/constants.js b/frontend/src/constants.js index 5cb313b06..71ec2ec3e 100644 --- a/frontend/src/constants.js +++ b/frontend/src/constants.js @@ -1,5 +1,5 @@ // Should match codalab/common.py#CODALAB_VERSION -export const CODALAB_VERSION = '1.4.3'; +export const CODALAB_VERSION = '1.4.4'; // Name Regex to match the backend in spec_utils.py export const NAME_REGEX = /^[a-zA-Z_][a-zA-Z0-9_.-]*$/i;