diff --git a/README.md b/README.md index 9a60547e..24083765 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.38.5 linux-x64 node-v20.12.1 +@salesforce/cli/2.38.6 linux-x64 node-v20.12.1 $ sf --help [COMMAND] USAGE $ sf COMMAND diff --git a/package.json b/package.json index 44586148..fd75a1ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.38.5", + "version": "2.38.6", "author": "Salesforce", "bin": { "sf": "./bin/run.js",