From 989294cc90a6d3ee4f16ea34fdd4938647999418 Mon Sep 17 00:00:00 2001 From: Nino Date: Wed, 12 Nov 2025 11:38:55 +0100 Subject: [PATCH] chore(azure-pipelines): Version Bump --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad701f9ed..c3da98967 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: value: '4' # Minor Version einstellen - name: 'Minor' - value: '3' + value: '4' - name: 'Patch' value: "$[counter(format('{0}.{1}', variables['Major'], variables['Minor']),0)]" - name: 'BuildUniqueID'