From c08c516ff7d342ae34e4f8ebcd48bbde1635ce03 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 6 Oct 2020 19:23:10 -0400 Subject: [PATCH] Version should be 0.8 for nightly releases --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db933ad22..401b42214 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: outputFolder: './_output' artifactsFolder: './_artifacts' testsFolder: './_tests' - majorVersion: '0.7.2' + majorVersion: '0.8.0' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'