From 88677ce236e4327364b5c8d0ab13f82cf80c8bfc Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 6 Dec 2021 17:19:04 -0600 Subject: [PATCH] Bump to 0.1.8 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 822852b41..c9135039d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.7' + majorVersion: '0.1.8' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'