From 22cbd01c5796caacab1da5be488cf2a312cefe1e Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 30 Dec 2021 19:03:04 -0600 Subject: [PATCH] Bump to 0.1.10 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b45d4e1c2..079c77b80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.9' + majorVersion: '0.1.10' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'