From c7b5e6204c4780d9f4d87bd5b63c156ea41178ca Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 29 Apr 2021 18:53:40 -0400 Subject: [PATCH] Bump Version 3.1.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 10af0b1bc..7acb71088 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '3.1.0' + majorVersion: '3.1.1' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'