From 2ac996c9f96c4a056144d5b67affeb488ea449b5 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 10 Mar 2024 09:07:12 +0200 Subject: [PATCH] Bump version to 1.14.3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94c2a905a..21aeb3ffb 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.14.2' + majorVersion: '1.14.3' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'