From e83f62dad726e6432578a12962fc720da306949d Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Wed, 14 Aug 2024 13:10:55 +0100 Subject: [PATCH] update version --- config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index 86555b1ea..72774e509 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: `17.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`, + version: `18.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`, }, fastboot: { hostWhitelist: [/^localhost:\d+$/],