diff --git a/app/main.py b/app/main.py index 676beca..b32d0a3 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.0"} + return {"status": "ok", "version": "1.0.1"} @app.get("/health") def health():