Skip to content

Commit f315068

Browse files
committed
updated schema protocol version to reflect draft.
1 parent b89647d commit f315068

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
@@ -5,7 +5,7 @@ export type JSONRPCMessage =
55
| JSONRPCResponse
66
| JSONRPCError;
77

8-
export const LATEST_PROTOCOL_VERSION = "2024-11-05";
8+
export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v1";
99
export const JSONRPC_VERSION = "2.0";
1010

1111
/**

0 commit comments

Comments
 (0)