Skip to content

Commit

Permalink
chore: bump DSL version to 0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: -LAN- <laipz8200@outlook.com>
  • Loading branch information
laipz8200 committed Dec 23, 2024
1 parent b0eca28 commit 581dcc6
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.1.4"
CURRENT_DSL_VERSION = "0.1.5"


class ImportMode(StrEnum):
Expand Down

0 comments on commit 581dcc6

Please sign in to comment.