chore: 版本号 0.1.1(验证自动更新链路)

This commit is contained in:
gouki
2026-08-01 13:52:04 +00:00
parent c1116ae84f
commit ae35cb5974
+1 -1
View File
@@ -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")