From 8d7f48739b82beaed483575cccb2199ab4d2a193 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 3 Jan 2022 14:20:47 -0600 Subject: [PATCH] Bump version to 4.0.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 606ecf568..4656dea3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '4.0.0' + majorVersion: '4.0.1' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'