We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c22b87 + f0416a3 commit 0ee64caCopy full SHA for 0ee64ca
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: `45.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
+ version: `46.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
57
},
58
59
fastboot: {
0 commit comments