test: trigger CI/CD v2

This commit is contained in:
2026-05-01 10:42:13 +08:00
parent d61dd68b49
commit 34f3921df1

View File

@@ -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():