From c1e65874bc6b5b906257e913fe62c992fb1fdb48 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 21 Jan 2023 11:43:48 -0600 Subject: [PATCH] Bump version to 4.4.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 48fc78b5f..c6c6b9029 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ variables: testsFolder: './_tests' yarnCacheFolder: $(Pipeline.Workspace)/.yarn nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages - majorVersion: '4.4.0' + majorVersion: '4.4.1' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'