Fix require misspelling

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface
2023-05-31 20:16:41 +01:00
parent f6190bb1c9
commit b32c34fe7d
3 changed files with 3 additions and 3 deletions

View File

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