diff --git a/nodejs/package.json b/nodejs/package.json index 152726d206..9df5fa45ab 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -5,7 +5,7 @@ "url": "https://github.com/github/copilot-sdk.git" }, "version": "0.0.0-dev", - "copilotCliVersion": "1.0.84-8", + "copilotCliVersion": "1.0.84-9", "description": "TypeScript SDK for programmatic control of GitHub Copilot CLI via JSON-RPC", "main": "./dist/cjs/index.js", "types": "./dist/index.d.ts", diff --git a/nodejs/src/cliVersion.ts b/nodejs/src/cliVersion.ts index accc03512f..6eb9d71e01 100644 --- a/nodejs/src/cliVersion.ts +++ b/nodejs/src/cliVersion.ts @@ -1,3 +1,3 @@ -export const COPILOT_CLI_VERSION = "1.0.84-8"; +export const COPILOT_CLI_VERSION = "1.0.84-9"; export const COPILOT_CLI_USE_NPM_PACKAGE = false;