Merge tag '0.15.4' into e-0154

This commit is contained in:
Garfield Dai
2025-03-21 18:29:43 +08:00
5 changed files with 25 additions and 17 deletions

View File

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