Bump version

This commit is contained in:
Fred Boniface 2024-07-05 10:13:07 +01:00
parent 196251eeb6
commit be1ee0b285
1 changed files with 1 additions and 1 deletions

View File

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