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 98a1378 commit 1cbb123Copy full SHA for 1cbb123
schema/draft/schema.ts
@@ -9,7 +9,7 @@ export type JSONRPCMessage =
9
| JSONRPCResponse
10
| JSONRPCError;
11
12
-export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v2";
+export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v3";
13
export const JSONRPC_VERSION = "2.0";
14
15
/**
0 commit comments