bump TA_VERSION

This commit is contained in:
Simon 2026-03-28 11:20:40 +07:00
parent 736ebf7871
commit 21c2d5a4de
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ CORS_EXPOSE_HEADERS = ["X-Start-Timestamp"]
# TA application settings
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
TA_VERSION = "v0.5.10-unstable"
TA_VERSION = "v0.5.10"
try:
TA_START = RedisArchivist().get_message_str("STARTTIMESTAMP")
except ValueError: