add unstable tag

This commit is contained in:
Simon 2025-08-23 12:32:39 +07:00
parent 39c66019eb
commit bc3463bdd8
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

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