Skip to content

Commit

Permalink
Bump DATABASE_VERSION for screeps 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Dec 14, 2018
1 parent c7987ff commit 240d848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/_connect.js
Expand Up @@ -4,7 +4,7 @@ const { MongoClient, ObjectId } = require('mongodb')
const Redis = require('redis')
const fs = require('fs')

const DATABASE_VERSION = 2
const DATABASE_VERSION = 3

module.exports = function (config) {
Object.assign(exports, config.common.storage)
Expand Down

0 comments on commit 240d848

Please sign in to comment.