We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b1b85 commit 9831a4eCopy full SHA for 9831a4e
components/dashboard/src/data/setup.tsx
@@ -25,7 +25,7 @@ import * as ConfigurationClasses from "@gitpod/public-api/lib/gitpod/v1/configur
25
// This is used to version the cache
26
// If data we cache changes in a non-backwards compatible way, increment this version
27
// That will bust any previous cache versions a client may have stored
28
-const CACHE_VERSION = "3";
+const CACHE_VERSION = "4";
29
30
export function noPersistence(queryKey: QueryKey): QueryKey {
31
return [...queryKey, "no-persistence"];
0 commit comments