chore: Bump version to 1.3.1 (#18962)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-04-28 16:45:17 +08:00
committed by GitHub
parent ea150dc336
commit 49678e4b48
6 changed files with 2123 additions and 2123 deletions

View File

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