From 621acbef9a255bf93ce77ff2e402bd0d54bfcb75 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 9 Apr 2023 12:23:51 -0500 Subject: [PATCH] Bump version to 4.4.4 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06e923846..9138a2180 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.3' + majorVersion: '4.4.4' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'