diff --git a/package.json b/package.json index 8bf8382..1b366ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-api", - "version": "0.0.0-preview.2", + "version": "0.0.0-preview.3", "type": "module", "engines": { "node": ">=18" diff --git a/src/cli/utils/builder.mts b/src/cli/utils/builder.mts index 0cb827f..aface70 100644 --- a/src/cli/utils/builder.mts +++ b/src/cli/utils/builder.mts @@ -3,4 +3,4 @@ import { Command } from "@commander-js/extra-typings"; export const builder = new Command() .name("langgraph") .description("LangGraph.js CLI") - .version("0.0.0-preview.2"); + .version("0.0.0-preview.3");