From 4e69b80a98170aa605b7dacdeb29cbdc6543af70 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 5 Dec 2021 17:29:22 -0600 Subject: [PATCH] Bump to 0.1.7 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8453d7ec8..822852b41 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.6' + majorVersion: '0.1.7' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'