add unstable tag

This commit is contained in:
Simon 2025-05-22 21:59:11 +07:00
parent 72d81cc45a
commit 514ad0d16b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -294,7 +294,7 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
# TA application settings
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
TA_VERSION = "v0.5.2"
TA_VERSION = "v0.5.3-unstable"
# API
REST_FRAMEWORK = {