bump to 0.6.14 (#6294)

This commit is contained in:
takatost
2024-07-15 21:01:09 +08:00
committed by GitHub
parent d320d1468d
commit eabfd84ceb
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.6.13',
default='0.6.14',
)
COMMIT_SHA: str = Field(