From d31c323f3c6953c9898d6962dc02be1625ab1e09 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 29 Oct 2023 10:36:44 +0200 Subject: [PATCH] Bump version to 2.0.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b33b758fc..e1ea77a5e 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.0' + majorVersion: '2.0.1' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'