From bcc409a1eca646e9fba6ed8747ca6829ee98ee42 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Sat, 23 Nov 2024 00:21:26 +0530 Subject: [PATCH] bump version number from 22.0 to 23.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 0e22f36b1..128ede49d 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: `22.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`, + version: `23.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`, }, fastboot: { hostWhitelist: [/^localhost:\d+$/],