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 f1bcacc + 61dfbc3 commit 1ed03dcCopy full SHA for 1ed03dc
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: `33.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
+ version: `34.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
53
},
54
fastboot: {
55
hostWhitelist: [/^localhost:\d+$/],
0 commit comments