From c6c52c4117217379df4396ff8d35d24d76cc2547 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 9 Oct 2024 14:06:33 +0300 Subject: [PATCH] Bump version to 2.7.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e63a0f130..0e61e9e8e 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.6.4' + majorVersion: '2.7.0' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'