From 0eb19ce834f40b5d9a7524fa5f69a5c67fa4cdff Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 15 Dec 2024 10:05:45 +0200 Subject: [PATCH] Bump version to 1.28.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5e221e849..1c59a8dc2 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.28.1' + majorVersion: '1.28.2' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'