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 432befd commit 79b52fcCopy full SHA for 79b52fc
components/dashboard/src/data/setup.tsx
@@ -32,7 +32,7 @@ import * as UserClasses from "@gitpod/public-api/lib/gitpod/v1/user_pb";
32
// This is used to version the cache
33
// If data we cache changes in a non-backwards compatible way, increment this version
34
// That will bust any previous cache versions a client may have stored
35
-const CACHE_VERSION = "11";
+const CACHE_VERSION = "12";
36
37
export function noPersistence(queryKey: QueryKey): QueryKey {
38
return [...queryKey, "no-persistence"];
0 commit comments