From 2525ac2d1a4d1e6b5490118efb3f62afec660f23 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 16 Oct 2022 21:14:07 -0500 Subject: [PATCH] Bump version to 4.3.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 434324448..6f8c2a7c2 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.3.0' + majorVersion: '4.3.1' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'