We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f5c5f + 2770cbd commit ca7dd9dCopy full SHA for ca7dd9d
1 file changed
config/environment.js
@@ -53,7 +53,7 @@ module.exports = function (environment) {
53
54
// Update the major version number to force all clients to update.
55
// The minor version doesn't do anything at the moment, might use in the future.
56
- version: `44.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
+ version: `45.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
57
},
58
59
fastboot: {
0 commit comments