From d4993cf69b64b8472cdad92f59ff56e8091bc3bb Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 26 Oct 2024 17:41:27 +0300 Subject: [PATCH] Bump version to 5.15.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1fc165698..6f8fc327e 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: '5.14.0' + majorVersion: '5.15.0' minorVersion: $[counter('minorVersion', 2000)] radarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(radarrVersion)'