From bd5695f2dd9d582334c5c56074c13cde4364c819 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 28 Jan 2024 09:10:32 +0200 Subject: [PATCH] Bump version to 0.3.18 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bc94d9e45..f14dccaa5 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: '0.3.17' + majorVersion: '0.3.18' minorVersion: $[counter('minorVersion', 1)] readarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(readarrVersion)'