Skip to content

Commit ca7dd9d

Browse files
authored
Merge pull request #3568 from codecrafters-io/cursor/environment-version-update-8ba2
Environment version update
2 parents c9f5c5f + 2770cbd commit ca7dd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/environment.js

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

5454
// Update the major version number to force all clients to update.
5555
// The minor version doesn't do anything at the moment, might use in the future.
56-
version: `44.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
56+
version: `45.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
5757
},
5858

5959
fastboot: {

0 commit comments

Comments
 (0)