From cd23d097f9e4be909489aa3cfe1d165a843c66ec Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Tue, 19 Nov 2024 23:31:41 +0530 Subject: [PATCH] bump version number from 21.0 to 22.0 in environment configuration file --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index 04316b4ba..0e22f36b1 100644 --- a/config/environment.js +++ b/config/environment.js @@ -48,7 +48,7 @@ module.exports = function (environment) { // Update the major version number to force all clients to update. // The minor version doesn't do anything at the moment, might use in the future. - version: `21.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`, + version: `22.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`, }, fastboot: { hostWhitelist: [/^localhost:\d+$/],