Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Apr 27, 2024
1 parent f23cbf2 commit 2fcbe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function (config) {
app.locals.vendorPath = '/vendor';
app.locals.customCssPath = config.customCssPath;
app.locals.customJsPath = config.customJsPath;
app.locals.version = '4.2.0';
app.locals.version = '4.3.0';

app.set('views', `${__dirname}/views`);
app.set('view engine', 'hbs');
Expand Down

0 comments on commit 2fcbe0f

Please sign in to comment.