From fac0016a1149d03a016f4cdd548899149cb046b9 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Tue, 14 Apr 2020 16:33:51 +1200 Subject: [PATCH] bump patch to 40 to jump latest published version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 767dac1e4..625315e46 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ name: $(majorVersion).$(minorVersion).$(patchVersion) variables: majorVersion: 0 minorVersion: 15 - patchVersion: $[counter(variables['minorVersion'], 1)] #this will reset when we bump minor + patchVersion: 40 jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion) buildConfiguration: Release netCoreFramework: netcoreapp3.1