Bump the version, because the service worker is keyed on it

The worker caches static assets stale-while-revalidate and names its cache after
the version in `/sw.js?v=`, deleting every cache that is not the current one. So
without a bump the first reload after a release serves the previous app.js and
chat.css and only the second gets the new ones -- which for this release is a
transcript that does not refresh itself and a jobs panel that still runs into its
own border, i.e. exactly the symptoms it fixes, on the reload somebody makes to
check.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jaroslav Beneš
2026-08-05 12:23:33 +02:00
parent e9fab9d858
commit ab4ffa2e5a
+1 -1
View File
@@ -1,3 +1,3 @@
"""LLeMbas - a Middle-earth themed web UI for OpenAI-compatible LLM endpoints.""" """LLeMbas - a Middle-earth themed web UI for OpenAI-compatible LLM endpoints."""
__version__ = "0.6.3" __version__ = "0.6.4"