chore(app_dsl_service): Downgrade DSL Version (#10979)

pull/11014/head
-LAN- 1 year ago committed by GitHub
parent 3750200c5e
commit 556de444e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save