chore: bump APP_VERSION to v65 (cache-bust / deploy verification)

Fresh commit so a git pull visibly advances the deployed version and the PWA
service worker refreshes its cached assets. No functional change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-01 11:12:21 +02:00
parent 47944ed952
commit 661a8ea579

View File

@@ -1,2 +1,2 @@
// Increment APP_VERSION with every code change // Increment APP_VERSION with every code change
export const APP_VERSION = 'v64'; export const APP_VERSION = 'v65';