From 539fcb91c99500832535aa6f2383a6e20bf52b1d Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 30 Jan 2021 22:28:16 -0500 Subject: [PATCH] Bump Version to 3.1.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 41b80f8b14..4b6cc5517d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '3.0.2' + majorVersion: '3.1.0' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'