chore: Update version to 0.7.2 (#7646)

This commit is contained in:
-LAN-
2024-08-26 20:11:55 +08:00
committed by GitHub
parent 430e100142
commit 0474f0c906
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.7.1",
default="0.7.2",
)
COMMIT_SHA: str = Field(