diff --git a/jfrog-tasks-utils/utils.js b/jfrog-tasks-utils/utils.js index 4b8197c4..33883a48 100644 --- a/jfrog-tasks-utils/utils.js +++ b/jfrog-tasks-utils/utils.js @@ -11,7 +11,7 @@ const cliPackage = 'jfrog-cli-' + getArchitecture(); const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf')); const defaultJfrogCliVersion = '2.15.0'; const minCustomCliVersion = '2.10.0'; -const pluginVersion = '2.1.0'; +const pluginVersion = '2.1.1'; const buildAgent = 'jfrog-azure-devops-extension'; const customFolderPath = encodePath(path.join(jfrogFolderPath, 'current')); const customCliPath = encodePath(path.join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.