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