Browse Source

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

tags/0.12.0
-LAN- 11 months ago
parent
commit
556de444e8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      api/services/app_dsl_service.py

+ 1
- 1
api/services/app_dsl_service.py View File

@@ -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