Skip to content

Commit

Permalink
🚀 config(deploy): Use MongoDB 5.0 in mup config.
Browse files Browse the repository at this point in the history
Fixes #611.
  • Loading branch information
make-github-pseudonymous-again committed Nov 26, 2023
1 parent 46e333a commit 2f55448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy/default/mup.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
},

mongo: {
version: '4.4',
version: '5.0',
oplog: true,
port: 27017,
servers: {
Expand Down

0 comments on commit 2f55448

Please sign in to comment.