From bfc06fc8bcea1b85ed99060af664e45a56bfab60 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 2 Jul 2023 12:01:07 +0300 Subject: [PATCH] Bump version to 1.7.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 225f9cca5..457479797 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ variables: testsFolder: './_tests' yarnCacheFolder: $(Pipeline.Workspace)/.yarn nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages - majorVersion: '1.7.0' + majorVersion: '1.7.1' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'