From 60e71380e44f385c285c08a41f0e3b1d6eed1555 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 16 Jul 2023 08:17:13 +0300 Subject: [PATCH] Bump version to 1.3.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 68114451b..0ad1f5aed 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.3.1' + majorVersion: '1.3.2' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'