From 2bca1a71a2ed5130ea642343cb76250f3bf5bc4e Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 3 Jun 2021 07:34:31 -0400 Subject: [PATCH] Bump version 3.2.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f07655170..a722c4b9e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '3.2.1' + majorVersion: '3.2.2' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'