From 7f4be53db0975bb4e513fef42585a61e468cbc06 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 27 May 2021 07:48:24 -0400 Subject: [PATCH] Bump version 3.2.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ce8037e801..f076551705 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '3.2.0' + majorVersion: '3.2.1' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'