Bump version and add dev tag

This commit is contained in:
Fred Boniface 2023-04-04 11:03:22 +01:00
parent 769946f818
commit 184b7e50c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const version = { const version = {
api: ["/api/v1/",], api: ["/api/v1/",],
app: "1.1.5" app: "1.2.0-dev"
}; };
module.exports = version; module.exports = version;