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+$/],