We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b94f3c9 + 51b5cdd commit 62d5e78Copy full SHA for 62d5e78
config/environment.js
@@ -49,7 +49,7 @@ module.exports = function (environment) {
49
50
// Update the major version number to force all clients to update.
51
// The minor version doesn't do anything at the moment, might use in the future.
52
- version: `37.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
+ version: `38.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
53
},
54
fastboot: {
55
hostWhitelist: [/^localhost:\d+$/],
0 commit comments