From 95d44f968f0f82cf8949f5dc5ebdbb502d3e2a08 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 30 Jan 2022 21:25:25 -0600 Subject: [PATCH] Bump to 4.0.5 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f4968fb1..55fccdba4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '4.0.4' + majorVersion: '4.0.5' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'