From 459556b3446f87128fd4a5b0505f4428fe424356 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 14 Sep 2019 00:12:16 -0400 Subject: [PATCH] New: Bump Version to 0.7.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff47c8645..78e0c894e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.7.0' + majorVersion: '0.7.1' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'