Skip to content

Commit 1cbb123

Browse files
committed
Update draft version
1 parent 98a1378 commit 1cbb123

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
@@ -9,7 +9,7 @@ export type JSONRPCMessage =
99
| JSONRPCResponse
1010
| JSONRPCError;
1111

12-
export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v2";
12+
export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v3";
1313
export const JSONRPC_VERSION = "2.0";
1414

1515
/**

0 commit comments

Comments
 (0)