diff --git a/artifactory-tasks-utils/utils.js b/artifactory-tasks-utils/utils.js index 1cb5c315..627f29db 100644 --- a/artifactory-tasks-utils/utils.js +++ b/artifactory-tasks-utils/utils.js @@ -13,7 +13,7 @@ const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirector const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder'), '_jfrog')); const defaultJfrogCliVersion = '1.39.5'; const minCustomCliVersion = '1.37.1'; -const pluginVersion = '1.10.3'; +const pluginVersion = '1.10.6'; 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.