From 758dad827de33fd72c253ada031303f30a48b92c Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Mon, 21 Feb 2022 16:04:01 +0000 Subject: [PATCH] bump version --- frontend/src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;