From 17c5c66e549a16ede12c826c7c17a73b31c02a90 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 5 Jan 2025 13:16:11 +0200 Subject: [PATCH] Bump version to 2.9.3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af33c02ee..eaadb74cc 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.9.2' + majorVersion: '2.9.3' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'