mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 02:35:12 +00:00
chore: update version to 0.10.2 in packaging and docker configurations (#9924)
This commit is contained in:
@@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
|
||||
|
||||
CURRENT_VERSION: str = Field(
|
||||
description="Dify version",
|
||||
default="0.10.1",
|
||||
default="0.10.2",
|
||||
)
|
||||
|
||||
COMMIT_SHA: str = Field(
|
||||
|
||||
Reference in New Issue
Block a user