From 4d1f251c1f9cf157adbc521f3694831a8ed45085 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 10 Jan 2022 19:59:16 -0600 Subject: [PATCH] Bump version 4.0.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a05ba6e02..3dc9fe023 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '4.0.1' + majorVersion: '4.0.2' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'