mirror of https://github.com/langgenius/dify.git
chore(app_dsl_service): Downgrade DSL Version (#10979)
This commit is contained in:
parent
3750200c5e
commit
556de444e8
|
@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
IMPORT_INFO_REDIS_KEY_PREFIX = "app_import_info:"
|
||||
IMPORT_INFO_REDIS_EXPIRY = 180 # 3 minutes
|
||||
CURRENT_DSL_VERSION = "0.2.0"
|
||||
CURRENT_DSL_VERSION = "0.1.3"
|
||||
|
||||
|
||||
class ImportMode(str, Enum):
|
||||
|
|
Loading…
Reference in New Issue