Skip to content

Commit 1ed03dc

Browse files
authored
Merge pull request #2978 from codecrafters-io/fix/update-version-number-34.0
fix: update version number to 34.0 for client refresh
2 parents f1bcacc + 61dfbc3 commit 1ed03dc

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

0 commit comments

Comments
 (0)