bump to 0.6.12-fix1 (#5743)

This commit is contained in:
takatost
2024-06-29 17:43:20 +08:00
committed by GitHub
parent 0b8faade6f
commit 8fd75e6965
4 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ class PackagingInfo(BaseModel):
CURRENT_VERSION: str = Field(
description='Dify version',
default='0.6.12',
default='0.6.12-fix1',
)
COMMIT_SHA: str = Field(