From 44b76ff6476aabc38350c3b78b2ebd0fc82baefe Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 4 Jun 2022 17:48:10 -0500 Subject: [PATCH] Bump version to 1.1.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c86850c27e..af300c6362 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ variables: testsFolder: './_tests' yarnCacheFolder: $(Pipeline.Workspace)/.yarn nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages - majorVersion: '1.0.2' + majorVersion: '1.1.0' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'