From fcb65055eff4d25b5a1845bb738d6dbdecdaa354 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 15 Jan 2022 16:24:50 -0600 Subject: [PATCH] Bump to 4.0.3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3dc9fe023..5046339f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '4.0.2' + majorVersion: '4.0.3' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'