mirror of
https://github.com/langgenius/dify.git
synced 2026-03-06 08:06:37 +08:00
Merge branch 'fix/install-preference-error' into deploy/dev
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user