From 866bb4cf7909ba94d6bb9dba91d9e51d0ca41241 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 11 Jun 2023 09:44:31 +0300 Subject: [PATCH] Bump version to 1.2.5 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a96b27215..39f2a4190 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.2.4' + majorVersion: '1.2.5' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'