chore(version): bump to 1.5.1 (#21808)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-07-02 16:17:40 +08:00
committed by GitHub
parent 0c39490bb1
commit bb955806e0
4 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ class PackagingInfo(PyProjectTomlConfig):
CURRENT_VERSION: str = Field(
description="Dify version",
default="1.5.0",
default="1.5.1",
)
COMMIT_SHA: str = Field(