From 790e1233ec2468916fc50c7c4b7df577c4a5fa97 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 18 Aug 2024 15:03:17 +0300 Subject: [PATCH] Bump version to 2.5.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a301a28c..1957d2429 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: '2.5.1' + majorVersion: '2.5.2' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'