From cb6779fc831dabeca1b1dadacd04066ddfec9768 Mon Sep 17 00:00:00 2001 From: Lorenz Hilpert Date: Tue, 12 Nov 2024 17:14:19 +0100 Subject: [PATCH] Bump minor version from 3 to 4 in Azure Pipelines configuration --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6329e418d..02904b6e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: value: '3' # Minor Version einstellen - name: 'Minor' - value: '3' + value: '4' - name: 'Patch' value: "$[counter(format('{0}.{1}', variables['Major'], variables['Minor']),0)]" - name: 'BuildUniqueID'