From 026ad7ba95ffc206d1e09316ca7e21bf922ad3f4 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Wed, 20 May 2026 00:15:16 +0800 Subject: [PATCH] auto-sync: 2026-05-20 00:15:16 --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 5f3583f..c0bb5e9 100644 --- a/src/main.py +++ b/src/main.py @@ -228,7 +228,7 @@ async def lifespan(app: FastAPI): app = FastAPI( title="Sanguo MoziPlus v2", description="AI Native DevOps Platform - Blackboard Architecture", - version="2.7.0", + version="3.0.0", lifespan=lifespan, )