From 4ef6cc7d3e5b2d398e9e801e62eeed6d9d5e241a Mon Sep 17 00:00:00 2001 From: Michael Auer Date: Thu, 10 Sep 2020 07:07:56 +0200 Subject: [PATCH] ~ version bump: 1.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e3a34189..8f5178f4b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ variables: value: '1' # Minor Version einstellen - name: 'Minor' - value: '0' + value: '1' - name: 'Patch' value: "$[counter(format('{0}.{1}', variables['Major'], variables['Minor']),400)]"