From 69b969cfc8d894fe1a80ba4c05b6a095ca6ae44d Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 4 Mar 2022 19:11:10 -0600 Subject: [PATCH] Bump version to 4.1.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fea5aa5ce..cb0732a9c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '4.0.5' + majorVersion: '4.1.0' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'