more cleanups

This commit is contained in:
azivner
2017-12-14 23:28:50 -05:00
parent 54562b03c8
commit 612c7d9144
3 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
const build = require('./build');
const packageJson = require('../package');
const APP_DB_VERSION = 53;
const APP_DB_VERSION = 54;
module.exports = {
app_version: packageJson.version,