From 64e6f9868362f2b91cffe0a685e5028b436ea5c0 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 25 Feb 2023 20:58:09 -0600 Subject: [PATCH] Bump version to 0.1.5 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 42922aacf..4aa450f51 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.4' + majorVersion: '0.1.5' minorVersion: $[counter('minorVersion', 1)] readarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(readarrVersion)'