diff --git a/packages/api/src/routes/health.ts b/packages/api/src/routes/health.ts index 6505b92..8791884 100644 --- a/packages/api/src/routes/health.ts +++ b/packages/api/src/routes/health.ts @@ -14,7 +14,7 @@ healthRouter.get("/", async (_req: Request, res: Response) => { res.json({ success: true, status: "healthy", - version: "0.1.0", + version: "0.2.0", uptime: process.uptime(), database: { connected: true,