From dad16f2c57163c0942b2489a6ec2d6b4ae984291 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 16 Jan 2022 14:22:32 -0600 Subject: [PATCH] Bump version to 0.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa3e7e5b9..40b05d1da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.10' + majorVersion: '0.2.0' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'