Skip to content

Commit e732ff7

Browse files
committed
1
1 parent b0df62e commit e732ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/data/setup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import * as SSHClasses from "@gitpod/public-api/lib/gitpod/v1/ssh_pb";
3030
// This is used to version the cache
3131
// If data we cache changes in a non-backwards compatible way, increment this version
3232
// That will bust any previous cache versions a client may have stored
33-
const CACHE_VERSION = "8";
33+
const CACHE_VERSION = "9";
3434

3535
export function noPersistence(queryKey: QueryKey): QueryKey {
3636
return [...queryKey, "no-persistence"];

0 commit comments

Comments
 (0)