fix: update version to 0.15.5 in packaging and docker-compose files

Sgned-off-by: -LAN- <lapz8200@outlook.com>
This commit is contained in:
-LAN-
2025-03-24 16:47:06 +08:00
parent 970508fcb6
commit 8e75eb5c63
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.4",
default="0.15.5",
)
COMMIT_SHA: str = Field(