We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca7700 commit 471cba0Copy full SHA for 471cba0
static/sw.js
@@ -1,4 +1,4 @@
1
-const CACHE_VERSION = "v23"; // Increment this when you have new features
+const CACHE_VERSION = "v24"; // Increment this when you have new features
2
const STATIC_CACHE = `andromeda-static-${CACHE_VERSION}`;
3
const DYNAMIC_CACHE = `andromeda-dynamic-${CACHE_VERSION}`;
4
0 commit comments