From c0e1b97f29f8dfc3e04634df239cd66dd28d7225 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 8 Dec 2020 22:01:19 -0500 Subject: [PATCH] Bump Version to 3.0.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 792f9353b..d2674e6af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '3.0.0' + majorVersion: '3.0.1' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'