From 9e567bd2b49616c14ec37253a3e92fea7d9ebd48 Mon Sep 17 00:00:00 2001 From: Priyanka Punukollu Date: Thu, 26 Feb 2026 17:42:12 -0600 Subject: [PATCH] fix: add version marker and verify deployment pipeline Made-with: Cursor --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 18e8c5973..e65f0dc9b 100644 --- a/main.py +++ b/main.py @@ -592,6 +592,8 @@ async def health(): "status": "ok", "ghostfolio_reachable": ghostfolio_ok, "timestamp": datetime.utcnow().isoformat(), + "version": "2.0.0-complete-showcase", + "features": ["relocation_runway", "wealth_gap", "life_decision", "equity_unlock", "family_planner"], }