From 4df8fc02f1720cac683bc747b244360f0cf2dc2b Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 9 Feb 2025 17:51:35 +0200 Subject: [PATCH] Bump version to 1.31.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15e63d064..a0efed9a7 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.31.1' + majorVersion: '1.31.2' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'