From 0fb19160f4f5239285b2f407052d74f679dcc793 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 14 Nov 2021 00:28:19 -0600 Subject: [PATCH] Bump version to 0.1.3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5651e4b7a..ab016901a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.2' + majorVersion: '0.1.3' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'