chore: bump version to 2.5.1 in package.json and package-lock.json
Build & Push Docker Image / build (push) Successful in 3m30s
Build & Push Docker Image / build (release) Successful in 3m36s

This commit is contained in:
2026-08-23 17:04:26 +02:00
parent 0b6512456b
commit de68314e18
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function wellKnownHandler(req, res) {
federation_api: '/api/federation',
public_key: getPublicKey(),
software: 'Redlight',
version: '2.5.0',
version: '2.5.1',
});
}