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