Skip to content

Commit 0ee64ca

Browse files
authored
Merge pull request #3577 from codecrafters-io/cursor/environment-version-update-ab2b
Environment version update
2 parents 7c22b87 + f0416a3 commit 0ee64ca

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: `45.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
56+
version: `46.0.${process.env.VERCEL_GIT_COMMIT_SHA?.slice(0, 7) || 'dev'}`,
5757
},
5858

5959
fastboot: {

0 commit comments

Comments
 (0)