Update the API version number

This commit is contained in:
D. Berge
2023-09-09 16:56:52 +02:00
parent 38c4125f4f
commit 78fb34d049
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const mw = require('./middleware');
const { ERROR, INFO, DEBUG } = require('DOUGAL_ROOT/debug')(__filename);
const verbose = process.env.NODE_ENV != 'test';
const app = express();
app.locals.version = "0.3.1"; // API version
app.locals.version = "0.4.0"; // API version
app.map = function(a, route){
route = route || '';