From e4d6a022b07049246823ed2f03cbc73c0c0fb67f Mon Sep 17 00:00:00 2001 From: ryanformio Date: Thu, 14 Mar 2024 11:48:43 -0500 Subject: [PATCH] release seems to get the version from package.json so changing in order to not accidentally overwrite when testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 577aa00964..ecfe1bfced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.27", + "version": "5.0.0-testci.27", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "module": "lib/mjs/index.js",