chore(*): Bump up to 0.15.6

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-04-23 14:06:46 +08:00
parent 00c2258352
commit bfdce78ca5
4 changed files with 8 additions and 8 deletions

View File

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