From f31c0bb1de1bf1a67460471986e8a244d1eade7f Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 23 Apr 2023 13:18:30 -0500 Subject: [PATCH] Bump version to 1.4.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f778cb9c..a94b8bc26 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.4.0' + majorVersion: '1.4.1' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'