From 7ac8b5600e285c569ed7e1f1165d2e24c8c62a5a Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 12 Feb 2023 21:28:25 -0600 Subject: [PATCH] Bump version to 0.1.4 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c36870f5..42922aacf 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.3' + majorVersion: '0.1.4' minorVersion: $[counter('minorVersion', 1)] readarrVersion: '$(majorVersion).$(minorVersion)' buildName: '$(Build.SourceBranchName).$(readarrVersion)'