attribute value is now non-null, fixes #52

This commit is contained in:
azivner
2018-02-16 19:07:59 -05:00
parent 6b9ff47c88
commit 3033f7cc08
3 changed files with 25 additions and 2 deletions

View File

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