Skip to content

Commit 83651f7

Browse files
authored
Merge pull request #3182 from codecrafters-io/pk-branch-7
chore: bump major version to 40.0 to force client update
2 parents f4f7237 + 255f135 commit 83651f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function (environment) {
4949

5050
// Update the major version number to force all clients to update.
5151
// The minor version doesn't do anything at the moment, might use in the future.
52-
version: `39.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
52+
version: `40.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
5353
},
5454
fastboot: {
5555
hostWhitelist: [/^localhost:\d+$/],

0 commit comments

Comments
 (0)