From 9bcf258aa94f5d05457c5f802c6e4cd5defde5dc Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 11 Jun 2023 09:38:16 +0300 Subject: [PATCH] Bump version to 0.1.9 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 427e02c55..25ca17b9b 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.1.8' + majorVersion: '0.1.9' minorVersion: $[counter('minorVersion', 1)] readarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(readarrVersion)'