chore: bump version to 0.2.0 in health endpoint

This commit is contained in:
Rene Fichtmueller 2026-03-31 08:59:00 +02:00
parent a53c00b8c4
commit ad7dc6fcaa

View File

@ -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,