From bccb0bd5c8fdd8fa68c0b1e088ab1be92b4568c6 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 11 Feb 2023 13:25:32 -0600 Subject: [PATCH] Bump version to 1.2.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e07bee25f..c5b79519e 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.2.0' + majorVersion: '1.2.1' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'