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 8a3fa87 commit 5a39049Copy full SHA for 5a39049
packages/contracts/src/index.ts
@@ -35,5 +35,5 @@ export const contract = c.router({
35
* Whenever there is a breaking change with old frontend clients increase this number.
36
* This will inform the frontend to refresh.
37
*/
38
-export const COMPATIBILITY_CHECK = 2;
+export const COMPATIBILITY_CHECK = 3;
39
export const COMPATIBILITY_CHECK_HEADER = "X-Compatibility-Check";
0 commit comments