From ae35cb5974d78bf1d94a15e25b09c95465df1fed Mon Sep 17 00:00:00 2001 From: gouki Date: Sat, 1 Aug 2026 13:52:04 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8F=B7=200.1.1?= =?UTF-8?q?=EF=BC=88=E9=AA=8C=E8=AF=81=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=93=BE=E8=B7=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index b838045..a0a759b 100644 --- a/app/main.py +++ b/app/main.py @@ -14,7 +14,7 @@ async def lifespan(_: FastAPI): yield -app = FastAPI(title="VPS 资产管理系统", version="0.1.0", lifespan=lifespan) +app = FastAPI(title="VPS 资产管理系统", version="0.1.1", lifespan=lifespan) @app.get("/health")