From 03defd6ede382a952f5da90c115b2b509769f74d Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Mon, 19 Feb 2024 11:01:27 +0500 Subject: [PATCH] fix: version dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96b9834b42..f9ad8723c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@edx/edx-proctoring", "//": "Note that the version format is slightly different than that of the Python version when using prereleases.", - "version": "4.16.1", + "version": "4.17.0", "main": "edx_proctoring/static/index.js", "scripts": { "test": "gulp test"