Skip to content

Commit

Permalink
bump version number from 22.0 to 23.0 in environment configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Nov 22, 2024
1 parent 8c8ef7a commit bcc409a
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: `22.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
version: `23.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
},
fastboot: {
hostWhitelist: [/^localhost:\d+$/],
Expand Down

0 comments on commit bcc409a

Please sign in to comment.