From cb2e5953d577a72ab50810ad362f21cf9b9226d6 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 28 Nov 2021 01:57:32 -0600 Subject: [PATCH] Bump version to 0.1.5 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d25219ef..933959b10 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.4' + majorVersion: '0.1.5' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'