diff --git a/components/dashboard/src/data/setup.tsx b/components/dashboard/src/data/setup.tsx index 3f069e03fcb3a5..35cfd1934ed8b8 100644 --- a/components/dashboard/src/data/setup.tsx +++ b/components/dashboard/src/data/setup.tsx @@ -30,7 +30,7 @@ import * as SSHClasses from "@gitpod/public-api/lib/gitpod/v1/ssh_pb"; // This is used to version the cache // If data we cache changes in a non-backwards compatible way, increment this version // That will bust any previous cache versions a client may have stored -const CACHE_VERSION = "8"; +const CACHE_VERSION = "9"; export function noPersistence(queryKey: QueryKey): QueryKey { return [...queryKey, "no-persistence"];