Skip to content

Commit

Permalink
Update extension version to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Apr 12, 2021
1 parent 2150352 commit c96e308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirector
const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder') || '', '_jfrog'));
const defaultJfrogCliVersion = '1.42.3';
const minCustomCliVersion = '1.37.1';
const pluginVersion = '1.11.3';
const pluginVersion = '1.11.4';
const buildAgent = 'artifactory-azure-devops-extension';
const customFolderPath = encodePath(path.join(jfrogFolderPath, 'current'));
const customCliPath = encodePath(path.join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.
Expand Down

0 comments on commit c96e308

Please sign in to comment.