From 2316223d844485708cb86a230e608b0ad48505cb Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 3 May 2021 20:03:31 -0400 Subject: [PATCH] Bump to 1.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee5e8c35b..48f6ee3d0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.8.1' + majorVersion: '1.0.0' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'