newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2a2d826155 - Show all commits

View File

@ -5,7 +5,7 @@ interface versions {
const version: versions = {
api: ["/api/v1/", "/api/v2"],
app: "2023.8.2",
app: "2023.10.1",
};
module.exports = version;