From b969733a2a32cc4550721d4679ec9aa25932842c Mon Sep 17 00:00:00 2001 From: Michael Scrivo <275524+mscrivo@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:15:30 -0500 Subject: [PATCH] Update Minor version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd65a7e..d7037f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,7 @@ pool: vmImage: 'windows-latest' variables: - Major-Minor: 4.1 + Major-Minor: 4.2 Revision: $[ counter(variables['Major-Minor'],0) ] BuildConfiguration: 'Release'