Skip to content

Commit

Permalink
chore(app_dsl_service): Downgrade DSL Version (langgenius#10979)
Browse files Browse the repository at this point in the history
  • Loading branch information
laipz8200 authored Nov 22, 2024
1 parent 3750200 commit 556de44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/app_dsl_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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):
Expand Down

0 comments on commit 556de44

Please sign in to comment.