From 44ae043c58c9058c14bc47cbbb1e4c44dcf5cf3c Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 4 Jun 2023 14:48:35 -0500 Subject: [PATCH] Bump version to 0.1.8 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 47ea3db88..427e02c55 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.7' + majorVersion: '0.1.8' minorVersion: $[counter('minorVersion', 1)] readarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(readarrVersion)'