From 4fc2cd5e6e8bc6ac60b4c2c188a3531d0dc5960e Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 1 Oct 2023 17:17:23 +0300 Subject: [PATCH] Bump version to 1.4.5 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 17189486e..5793ee2f0 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.4.4' + majorVersion: '1.4.5' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'