From 3f670ab8fbf190183dc833a9f5502b6961b30e7c Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 19 Nov 2023 18:32:06 -0600 Subject: [PATCH] Bump version to 2.0.5 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 297bc81af..99c9cc5da 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.0.4' + majorVersion: '2.0.5' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'