File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ describe("Types", () => {
12
12
13
13
test ( "should have correct latest protocol version" , ( ) => {
14
14
expect ( LATEST_PROTOCOL_VERSION ) . toBeDefined ( ) ;
15
- expect ( LATEST_PROTOCOL_VERSION ) . toBe ( "2025-06-17 " ) ;
15
+ expect ( LATEST_PROTOCOL_VERSION ) . toBe ( "2025-06-18 " ) ;
16
16
} ) ;
17
17
test ( "should have correct supported protocol versions" , ( ) => {
18
18
expect ( SUPPORTED_PROTOCOL_VERSIONS ) . toBeDefined ( ) ;
Original file line number Diff line number Diff line change 1
1
import { z , ZodTypeAny } from "zod" ;
2
2
3
- export const LATEST_PROTOCOL_VERSION = "2025-06-17 " ;
3
+ export const LATEST_PROTOCOL_VERSION = "2025-06-18 " ;
4
4
export const DEFAULT_NEGOTIATED_PROTOCOL_VERSION = "2025-03-26" ;
5
5
export const SUPPORTED_PROTOCOL_VERSIONS = [
6
6
LATEST_PROTOCOL_VERSION ,
You can’t perform that action at this time.
0 commit comments