From 20dd1e1352ce228ea0737b2417fb7bb5418c35af Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 3 Apr 2021 11:35:10 -0400 Subject: [PATCH] Bump to 0.8.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d24e9c2e6..ee5e8c35b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.8.0' + majorVersion: '0.8.1' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'