We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fab38a5 + 173bc58 commit 6f4d03fCopy full SHA for 6f4d03f
4 files changed
public/sw.js
@@ -14,7 +14,7 @@
14
15
// Update this version string manually to keep the app + cache versions in sync.
16
// The value is forwarded to the UI via the service worker "SW_ACTIVATED" message.
17
-const APP_VERSION = "42.3.0"; // update on release
+const APP_VERSION = "42.4.0"; // update on release
18
const VERSION = new URL(self.location.href).searchParams.get("v") || APP_VERSION; // derived from build
19
const PREFIX = "PHINETWORK";
20
0 commit comments