Skip to content

Commit 62d5e78

Browse files
authored
Merge pull request #3157 from codecrafters-io/pk-branch-4
fix(config): bump major version to 38.0 to force client updates
2 parents b94f3c9 + 51b5cdd commit 62d5e78

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: `37.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
52+
version: `38.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
5353
},
5454
fastboot: {
5555
hostWhitelist: [/^localhost:\d+$/],

0 commit comments

Comments
 (0)