Add additional stats items #13

Merged
fred.boniface merged 3 commits from devel into main 2023-05-07 21:22:09 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ebfe45fef9 - Show all commits

View File

@ -1,6 +1,6 @@
const version = {
api: ['/api/v1/',],
app: '2.0.0'
app: '2.0.1'
};
module.exports = version;