From 8dafa29f8c5662a6b11f5ff7e18684a8d23efb87 Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 8 Jan 2021 21:42:24 -0500 Subject: [PATCH] Bump Radarr Version 3.0.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d2674e6af..4ce0fe6b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '3.0.1' + majorVersion: '3.0.2' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'