From 21589fda573f930cb3e175fb0107da766da6daf5 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 4 Feb 2024 12:52:25 +0200 Subject: [PATCH] Bump version to 1.13.3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 490cbffd9..5eab4fcc7 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: '1.13.2' + majorVersion: '1.13.3' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'