diff --git a/jfrog-tasks-utils/utils.js b/jfrog-tasks-utils/utils.js index 66e4d669..d72561c1 100644 --- a/jfrog-tasks-utils/utils.js +++ b/jfrog-tasks-utils/utils.js @@ -9,9 +9,9 @@ const fileName = getCliExecutableName(); const jfrogCliToolName = 'jf'; const cliPackage = 'jfrog-cli-' + getArchitecture(); const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf')); -const defaultJfrogCliVersion = '2.10.1'; +const defaultJfrogCliVersion = '2.11.0'; const minCustomCliVersion = '2.10.0'; -const pluginVersion = '2.0.2'; +const pluginVersion = '2.0.3'; 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.