From c27bcd100d02eafd238c6cd11b4a952d0f48a183 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Tue, 14 Apr 2020 16:45:50 +1200 Subject: [PATCH] bah. got to go to 0.16 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 767dac1e4..e2aed5063 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ name: $(majorVersion).$(minorVersion).$(patchVersion) variables: majorVersion: 0 - minorVersion: 15 + minorVersion: 16 patchVersion: $[counter(variables['minorVersion'], 1)] #this will reset when we bump minor jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion) buildConfiguration: Release