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