From f75a43bc997bfbe71a4b061bd9e482365ac95854 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 26 Oct 2024 09:11:29 +0300 Subject: [PATCH] Bump version to 2.8.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5609cdaba..72df339ab 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.7.1' + majorVersion: '2.8.0' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'