Skip to content

Commit

Permalink
Update default JFrog CLI to v2.70.0 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Sep 30, 2024
1 parent 0000a54 commit 921bbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfrog-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const fileName = getCliExecutableName();
const jfrogCliToolName = 'jf';
const cliPackage = 'jfrog-cli-' + getArchitecture();
const jfrogFolderPath = encodePath(join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf'));
const defaultJfrogCliVersion = '2.62.1';
const defaultJfrogCliVersion = '2.70.0';
const minCustomCliVersion = '2.10.0';
const minSupportedStdinSecretCliVersion = '2.36.0';
const minSupportedServerIdEnvCliVersion = '2.37.0';
Expand Down

0 comments on commit 921bbf4

Please sign in to comment.