mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
version to 0.6.11 (#5224)
This commit is contained in:
@@ -117,7 +117,7 @@ class Config:
|
||||
# ------------------------
|
||||
# General Configurations.
|
||||
# ------------------------
|
||||
self.CURRENT_VERSION = "0.6.10"
|
||||
self.CURRENT_VERSION = "0.6.11"
|
||||
self.COMMIT_SHA = get_env('COMMIT_SHA')
|
||||
self.EDITION = get_env('EDITION')
|
||||
self.DEPLOY_ENV = get_env('DEPLOY_ENV')
|
||||
|
||||
@@ -84,7 +84,7 @@ FIRECRAWL_API_KEY = "fc-"
|
||||
|
||||
[tool.poetry]
|
||||
name = "dify-api"
|
||||
version = "0.6.10"
|
||||
version = "0.6.11"
|
||||
description = ""
|
||||
authors = ["Dify <hello@dify.ai>"]
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user