Skip to content

Commit

Permalink
Upgrade plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Oct 1, 2024
1 parent 921bbf4 commit 25b4445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfrog-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const defaultJfrogCliVersion = '2.70.0';
const minCustomCliVersion = '2.10.0';
const minSupportedStdinSecretCliVersion = '2.36.0';
const minSupportedServerIdEnvCliVersion = '2.37.0';
const pluginVersion = '2.10.0';
const pluginVersion = '2.10.1';
const buildAgent = 'jfrog-azure-devops-extension';
const customFolderPath = encodePath(join(jfrogFolderPath, 'current'));
const customCliPath = encodePath(join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.
Expand Down

0 comments on commit 25b4445

Please sign in to comment.