Skip to content

Commit c68f0ba

Browse files
committed
schema generation
1 parent 6387096 commit c68f0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type JSONRPCBatchRequest = (JSONRPCRequest | JSONRPCNotification)[];
2121
*/
2222
export type JSONRPCBatchResponse = (JSONRPCResponse | JSONRPCError)[];
2323

24-
export const LATEST_PROTOCOL_VERSION = "draft";
24+
export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v2";
2525
export const JSONRPC_VERSION = "2.0";
2626

2727
/**

0 commit comments

Comments
 (0)