chore(app_dsl_service): Downgrade DSL Version (#10979)
This commit is contained in:
parent
3750200c5e
commit
556de444e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue