Skip to content

Commit

Permalink
bump version number from 21.0 to 22.0 in environment configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Nov 19, 2024
1 parent 6ecb1e4 commit cd23d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: `21.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
version: `22.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
},
fastboot: {
hostWhitelist: [/^localhost:\d+$/],
Expand Down

0 comments on commit cd23d09

Please sign in to comment.