Skip to content

Commit 8cbda11

Browse files
os-zhuangclaude
andauthored
fix(spec): PROTOCOL_VERSION 13.0.0 → 14.0.0 — re-lockstep with the released package major (#2769)
The #2736 version release bumped @objectstack/spec to 14.0.0 but the handshake constant was not regenerated, so protocol-version.test.ts fails on main for every branch (drift guard doing its job). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 5a8465f commit 8cbda11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/spec/src/kernel/protocol-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Kept in lockstep with the package's own major; `protocol-version.test.ts`
1616
* asserts it against `package.json` so the two cannot drift.
1717
*/
18-
export const PROTOCOL_VERSION = '13.0.0';
18+
export const PROTOCOL_VERSION = '14.0.0';
1919

2020
/** The protocol major as an integer — the value the handshake compares. */
2121
export const PROTOCOL_MAJOR: number = Number.parseInt(PROTOCOL_VERSION.split('.')[0]!, 10);

0 commit comments

Comments
 (0)