Skip to content

Commit

Permalink
update cli version to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Feb 9, 2022
1 parent 47d28d6 commit f1fb742
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 @@ -9,7 +9,7 @@ const fileName = getCliExecutableName();
const jfrogCliToolName = 'jf';
const cliPackage = 'jfrog-cli-' + getArchitecture();
const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf'));
const defaultJfrogCliVersion = '2.12.0';
const defaultJfrogCliVersion = '2.12.1';
const minCustomCliVersion = '2.10.0';
const pluginVersion = '2.0.3';
const buildAgent = 'jfrog-azure-devops-extension';
Expand Down

0 comments on commit f1fb742

Please sign in to comment.