Skip to content

Commit

Permalink
Promote to version 2.10.4 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Nov 6, 2024
1 parent 49cb53c commit b26942c
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.71.3';
const minCustomCliVersion = '2.10.0';
const minSupportedStdinSecretCliVersion = '2.36.0';
const minSupportedServerIdEnvCliVersion = '2.37.0';
const pluginVersion = '2.10.3';
const pluginVersion = '2.10.4';
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 b26942c

Please sign in to comment.