Skip to content

Commit

Permalink
Merge pull request #2551 from codecrafters-io/update-version-to-27.0
Browse files Browse the repository at this point in the history
chore: update version number to 27.0 for clients
  • Loading branch information
rohitpaulk authored Jan 18, 2025
2 parents 3e2e212 + 90700cb commit 8e386b3
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: `26.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
version: `27.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
},
fastboot: {
hostWhitelist: [/^localhost:\d+$/],
Expand Down

0 comments on commit 8e386b3

Please sign in to comment.