Skip to content

Commit 5a39049

Browse files
committed
chore: bump compatibility header
1 parent 8a3fa87 commit 5a39049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export const contract = c.router({
3535
* Whenever there is a breaking change with old frontend clients increase this number.
3636
* This will inform the frontend to refresh.
3737
*/
38-
export const COMPATIBILITY_CHECK = 2;
38+
export const COMPATIBILITY_CHECK = 3;
3939
export const COMPATIBILITY_CHECK_HEADER = "X-Compatibility-Check";

0 commit comments

Comments
 (0)