From c2cbfb274aac3faa05dcd022856787557aa23eb6 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 25 Sep 2022 11:55:51 -0500 Subject: [PATCH] Bump version to 4.3.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0574e4263..434324448 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.2.4' + majorVersion: '4.3.0' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'