From 3e95abb0f4f170c88bf33a2c37f09b055ee920b7 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 6 Oct 2024 12:03:57 +0300 Subject: [PATCH] Bump version to 2.6.4 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 75f1b81c7..d5e25a590 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: '2.6.3' + majorVersion: '2.6.4' minorVersion: $[counter('minorVersion', 1076)] lidarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(lidarrVersion)'