From c94549feabdc639b81d3ca2130d98203ecde22f0 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 15 Oct 2023 07:52:00 +0300 Subject: [PATCH] Bump version to 1.5.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2273e6381..16b7cfb08 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: '1.5.0' + majorVersion: '1.5.1' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'