From 307f3c1ab193e4a0eee6bcc49909810d36d50127 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 21 Oct 2021 09:52:36 +1300 Subject: [PATCH] core: bump version to 0.19 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ce16c6d75..a8435979d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ name: $(majorVersion).$(minorVersion).$(patchVersion) variables: majorVersion: 0 - minorVersion: 18 + minorVersion: 19 patchVersion: $[counter(variables['minorVersion'], 1)] # this will reset when we bump minor jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion) buildConfiguration: Release