We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f83fa1 commit c3bc53aCopy full SHA for c3bc53a
jfrog-tasks-utils/utils.js
@@ -14,7 +14,7 @@ const defaultJfrogCliVersion = '2.73.3';
14
const minCustomCliVersion = '2.10.0';
15
const minSupportedStdinSecretCliVersion = '2.36.0';
16
const minSupportedServerIdEnvCliVersion = '2.37.0';
17
-const pluginVersion = '2.10.4';
+const pluginVersion = '2.10.5';
18
const buildAgent = 'jfrog-azure-devops-extension';
19
const customFolderPath = encodePath(join(jfrogFolderPath, 'current'));
20
const customCliPath = encodePath(join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.
0 commit comments