From 25b4445fb555d7544754a193fc2a335f3235cef8 Mon Sep 17 00:00:00 2001 From: RobiNino Date: Tue, 1 Oct 2024 08:27:58 +0300 Subject: [PATCH] Upgrade plugin version --- jfrog-tasks-utils/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-tasks-utils/utils.js b/jfrog-tasks-utils/utils.js index f40ff001..c68093b0 100644 --- a/jfrog-tasks-utils/utils.js +++ b/jfrog-tasks-utils/utils.js @@ -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.