version to 0.6.16 (#6972)

This commit is contained in:
takatost
2024-08-05 23:33:37 +08:00
committed by GitHub
parent 6da14c2d48
commit d839f1ada7
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.15',
default='0.6.16',
)
COMMIT_SHA: str = Field(