From 531e25b32761960267c5a9251ace333b1b17950f Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Tue, 31 Mar 2026 08:59:00 +0200 Subject: [PATCH] chore: bump version to 0.2.0 in health endpoint --- packages/api/src/routes/health.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,