From 34f3921df1d87eb3ab21816c11b4b91bbab4d5c9 Mon Sep 17 00:00:00 2001 From: plf1996 Date: Fri, 1 May 2026 10:42:13 +0800 Subject: [PATCH] test: trigger CI/CD v2 --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index b32d0a3..8065894 100644 --- a/app/main.py +++ b/app/main.py @@ -4,7 +4,7 @@ app = FastAPI(title="CI/CD Demo", version="1.0.0") @app.get("/") def root(): - return {"status": "ok", "version": "1.0.1"} + return {"status": "ok", "version": "1.0.2"} @app.get("/health") def health():