From 3b7bafb78e169976fd3dff89fe96b42d098a0acc Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 10 Apr 2022 12:17:13 -0500 Subject: [PATCH] Bump version to 0.3.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc11bc975..224e38029 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.2.0' + majorVersion: '0.3.0' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'