Skip to content

Commit 79b52fc

Browse files
committed
bump CACHE_VERSION
1 parent 432befd commit 79b52fc

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
@@ -32,7 +32,7 @@ import * as UserClasses from "@gitpod/public-api/lib/gitpod/v1/user_pb";
3232
// This is used to version the cache
3333
// If data we cache changes in a non-backwards compatible way, increment this version
3434
// That will bust any previous cache versions a client may have stored
35-
const CACHE_VERSION = "11";
35+
const CACHE_VERSION = "12";
3636

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

0 commit comments

Comments
 (0)