From c54671d57415c3b455ef813a958756a61f527ef9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 1 Jan 2025 02:28:26 +0000 Subject: [PATCH] chore(release): bump to 2.72.13 --- LICENSE.txt | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 6cfd8734..fa1e65c7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2024, Salesforce.com, Inc. +Copyright (c) 2025, Salesforce.com, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index f1343d4d..1c0cbeff 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.72.12 linux-x64 node-v22.12.0 +@salesforce/cli/2.72.13 linux-x64 node-v22.12.0 $ sf --help [COMMAND] USAGE $ sf COMMAND diff --git a/package.json b/package.json index 51912464..052dff40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.72.12", + "version": "2.72.13", "author": "Salesforce", "bin": { "sf": "./bin/run.js",