Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Aug 14, 2024
1 parent 8e7bdba commit e83f62d
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: `17.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
version: `18.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
},
fastboot: {
hostWhitelist: [/^localhost:\d+$/],
Expand Down

0 comments on commit e83f62d

Please sign in to comment.