chore: bump version to 0.15.1 (#12690)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-01-13 19:21:06 +08:00
committed by GitHub
parent 1e9ac7ffeb
commit 6e0fb055d1
5 changed files with 11 additions and 11 deletions

View File

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