diff --git a/wrappers/typescript/test/smoke.test.ts b/wrappers/typescript/test/smoke.test.ts index 8a259e6c..37c44132 100644 --- a/wrappers/typescript/test/smoke.test.ts +++ b/wrappers/typescript/test/smoke.test.ts @@ -3,6 +3,6 @@ import { PROTOCOL_VERSION_REQUIRED_BY_WRAPPER } from "../src/index.js"; describe("smoke", () => { it("exports the correct protocol version constant", () => { - expect(PROTOCOL_VERSION_REQUIRED_BY_WRAPPER).toBe("0.1.0"); + expect(PROTOCOL_VERSION_REQUIRED_BY_WRAPPER).toBe("0.2.0"); }); });