diff --git a/artifactory-tasks-utils/utils.js b/artifactory-tasks-utils/utils.js index a137ff83..ab9475d8 100644 --- a/artifactory-tasks-utils/utils.js +++ b/artifactory-tasks-utils/utils.js @@ -12,7 +12,7 @@ const btPackage = 'jfrog-cli-' + getArchitecture(); const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory'), '_jfrog')); const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder'), '_jfrog')); const jfrogCliVersion = '1.35.3'; -const pluginVersion = '1.9.1'; +const pluginVersion = '1.9.2'; 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.