From 9ec8990a217768f8d219c146b4665c34867fca66 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 26 Oct 2021 18:05:33 -0400 Subject: [PATCH] Bump to 0.1.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7380da790..8cb606cd0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.1' + majorVersion: '0.1.2' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'