chore(app_dsl_service): Bump the DSL version

Signed-off-by: -LAN- <laipz8200@outlook.com>
pull/19731/head
-LAN- 1 year ago
parent 6a12630976
commit 5607b06652
No known key found for this signature in database
GPG Key ID: 6BA0D108DED011FF

@ -40,7 +40,7 @@ IMPORT_INFO_REDIS_KEY_PREFIX = "app_import_info:"
CHECK_DEPENDENCIES_REDIS_KEY_PREFIX = "app_check_dependencies:"
IMPORT_INFO_REDIS_EXPIRY = 10 * 60 # 10 minutes
DSL_MAX_SIZE = 10 * 1024 * 1024 # 10MB
CURRENT_DSL_VERSION = "0.2.0"
CURRENT_DSL_VERSION = "0.3.0"
class ImportMode(StrEnum):

Loading…
Cancel
Save