diff --git a/packages/web/utils/trpc.ts b/packages/web/utils/trpc.ts index 77b1146a0e..9a267450e9 100644 --- a/packages/web/utils/trpc.ts +++ b/packages/web/utils/trpc.ts @@ -101,7 +101,7 @@ export const api = createTRPCNext({ // and data respecting the new model is fetched from the server. // Otherwise, the old data will be served from cache // and unexpected data structures will be run through the app. - buster: "v1", + buster: "v2", }); return {