From 77fa113d77658136c3b2ceffbeb3d127a4206ded Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 20 Nov 2021 03:27:00 -0600 Subject: [PATCH] Bump version to 0.1.4 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2a62a6cb..6d25219ef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.1.3' + majorVersion: '0.1.4' minorVersion: $[counter('minorVersion', 1)] prowlarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'