chore: update version to 2.0.0 in package files and README
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-13 11:57:29 +01:00
parent 4bc3403040
commit fa8292263c
4 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ export function wellKnownHandler(req, res) {
federation_api: '/api/federation',
public_key: getPublicKey(),
software: 'Redlight',
version: '1.4.0',
version: '2.0.0',
});
}