From 661a8ea5792abcb73974253c59dc1f843ed1c7c6 Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Wed, 1 Jul 2026 11:12:21 +0200 Subject: [PATCH] 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 --- frontend/js/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/version.js b/frontend/js/version.js index 44ac00c..537749a 100644 --- a/frontend/js/version.js +++ b/frontend/js/version.js @@ -1,2 +1,2 @@ // Increment APP_VERSION with every code change -export const APP_VERSION = 'v64'; +export const APP_VERSION = 'v65';