Merge branch 'main' into fix/chore-fix

This commit is contained in:
Yeuoly
2024-11-15 15:43:32 +08:00
114 changed files with 4193 additions and 220 deletions

View File

@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
CURRENT_VERSION: str = Field(
description="Dify version",
default="0.11.0",
default="0.11.1",
)
COMMIT_SHA: str = Field(