chore: version 2.0.0-alpha.5 + plan-5 completion doc

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-01 19:41:46 +10:00
parent 15d45a8fd6
commit c7a94f26d1
6 changed files with 91 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import { registerWorkers } from './lib/jobs/index.js';
import { router as ingestRouter } from './lib/api/routes/ingest.js';
import { startCron } from './lib/cron/index.js';
const VERSION = '2.0.0-alpha.4';
const VERSION = '2.0.0-alpha.5';
export function createApp() {
const app = express();